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()){
styleid=1;
align="left";
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="";
imagepadding=0;
offclass="mmpadding";
 onclass="mmpadding";
offbgcolor="#868890";
offcolor="#ffffff";
onbgcolor="#5d5e61";
oncolor="#ffffff";
outfilter="";
overfilter="";
overimage="";
padding=3;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
align="center";
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=About Us;url=/aboutus.html;");
aI("showmenu=products;text=Products;url=/products.html;");
aI("showmenu=services;text=Services;url=/services.html;");
aI("showmenu=customer;text=Customer Support;url=/customersupport.html;");
aI("text=News & Events;url=/newsandevents.html;");
aI("text=Contact Us;url=/contactus.html;");
}
drawMenus();