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=5;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F44800";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
//pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontstyle="normal";
fontweight="bold";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#F44800";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#ffffff";
separatorheight=2;
//separatorsize=1;
itemheight=16;
//subimage="/menuimages/arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
menuwidth="100%";
//itemwidth=100;
menuheight="20";
alwaysvisible=1;
top=0;
left=0;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("align=center;itemwidth=80;showmenu=Home;text=Home;url=default.asp;");
aI("align=center;itemwidth=120;showmenu=Products;text=Products & Services;url=products.asp;");
aI("align=center;itemwidth=130;showmenu=Equipment;text=Used Equipment;url=usedequip.asp;");
aI("align=center;itemwidth=80;showmenu=Information;text=Information;");
aI("align=center;itemwidth=80;showmenu=Contact;text=Contact;url=contact.asp;");
}

with(milonic=new menuname("Information")){
//top=50;
overflow="scroll";
style=submenuStyle;
aI("text=About Us;status=About Us;url=about.asp")
aI("text=Links & Accreditations;status=Links & Accreditations;url=links.asp")
aI("text=Terms and Conditions;status=Terms and Conditions;url=db/docs/t&c.pdf;target=_blank;")

}

drawMenus();

