_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="Silver";
padding="9";
separatorcolor="Black";
separatorsize="1";
subimage="images/white_arrow.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/white_arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=index.html;");
aI("showmenu=Support ServicesPay as You GoLEFT_MENU;text=Support Services;target=;url=Support-Services.html;");
aI("showmenu=SolutionsNetwork InstallationLEFT_MENU;text=Solutions;target=;url=Solutions.html;");
aI("showmenu=NewsNews Release 1LEFT_MENU;text=News;target=;url=News.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Support ServicesPay as You GoLEFT_MENU")){
style=submenuStyle;
aI("text=Pay as You Go;target=;url=Pay-as-You-Go.html;");
aI("text=Basic;target=;url=Basic.html;");
aI("text=Comprehensive;target=;url=Comprehensive.html;");
}

with(milonic=new menuname("SolutionsNetwork InstallationLEFT_MENU")){
style=submenuStyle;
aI("text=Network Installation;target=;url=Network-Installation.html;");
aI("text=Service Desk;target=;url=Service-Desk.html;");
aI("text=On-Site Support Maintenance;target=;url=On-Site-Support-Maintenance.html;");
aI("text=Custom Computers;target=;url=Custom-Computers.html;");
}

with(milonic=new menuname("NewsNews Release 1LEFT_MENU")){
style=submenuStyle;
aI("text=News Release 1;target=;url=News-Release-1.html;");
aI("text=People;target=;url=People.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();

