fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
onbgcolor="#def1ff";
oncolor="#333333";
offbgcolor="#f1f9ff";
offcolor="#2e5777";
bordercolor="#d5e5f3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#d5e5f3";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="#2e5777";
pagebgcolor="#f1f9ff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subimage="images/arrow.gif";

}

with(milonic=new menuname("MServices")){
style=menuStyle;
left=-18;
top=27;
aI("text=Business Consulting;url=BusinessConsulting.html;");
aI("text=Network Setup;url=NetworkSetup.html;");
aI("text=Network Security;url=NetworkSecurity.html;");
aI("text=Server Maintenance;url=ServerMaintenance.html;");
aI("text=SPAM control;url=SpamFilter.html;");
aI("text=Software Integration;url=swIntegration.html;");
aI("text=Continuity Planning;url=ContinuityPlanning.html;");
aI("text=Disaster Recovery;url=DisasterRecovery.html;");
aI("text=Website Management;url=WebsiteManagement.html;");
aI("text=End-User Support;url=EndUserSupport.html;");
}
with(milonic=new menuname("MClients")){
style=menuStyle;
left=-18;
top=27;
aI("text=Retail / Wholesale;url=RetailWH.html;");
aI("text=Law Offices;url=LawOffices.html;");
aI("text=Real Estate;url=index.html;");
aI("text=Finance;url=index.html;");
aI("text=E-Commerce;url=index.html;");
aI("text=General;url=index.html;");
}
drawMenus();