_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="Black";
oncolor="#FF0000";
padding="9";
separatorcolor="Black";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#BFBEBE";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#AAE1F7";
oncolor="Black";
padding="4";
subimage="images/on_downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.itshsv.com/;");
aI("text=Remote Support;target=;url=Remote-Support.html;");
aI("showmenu=Backups/Online BackupLEFT_MENU;text=Backups;target=;url=Backups.html;");
aI("showmenu=Articles/Tech ArticlesLEFT_MENU;text=Articles;target=;url=Articles.html;");
aI("showmenu=Resources/ProductsLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("showmenu=News/Press ReleaseLEFT_MENU;text=News;target=;url=News.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Backups/Online BackupLEFT_MENU")){
style=submenuStyle;
aI("text=Online Backup;target=;url=Online-Backup.html;");
aI("text=Free Offer;target=;url=Free-Offer.html;");
}

with(milonic=new menuname("Articles/Tech ArticlesLEFT_MENU")){
style=submenuStyle;
aI("text=Tech Articles;target=;url=Tech-Articles.html;");
aI("text=Tech Information;target=;url=Tech-Information.html;");
aI("text=Tech How to;target=;url=Tech-How-to.html;");
}

with(milonic=new menuname("Resources/ProductsLEFT_MENU")){
style=submenuStyle;
aI("text=Products;target=;url=Products.html;");
aI("showmenu=Resources/Services/Managed ServicesLEFT_MENU;text=Services;target=;url=Services.html;");
}

with(milonic=new menuname("Resources/Services/Managed ServicesLEFT_MENU")){
style=submenuStyle;
aI("text=Managed Services;target=;url=Managed-Services.html;");
aI("text=Maintenance Agreements;target=;url=Maintenance-Agreements.html;");
}

with(milonic=new menuname("News/Press ReleaseLEFT_MENU")){
style=submenuStyle;
aI("text=Press Release;target=;url=Press-Release.html;");
}


 drawMenus();

