fixMozillaZIndex=false; //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()){
bordercolor="#008030";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#008030";
headercolor="#FFFFCC";
offbgcolor="#FEF000";
offcolor="#000000";
onbgcolor="#008030";
oncolor="#FFFFCC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#008030";
pagecolor="white";
separatorcolor="#000000";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=178;
alwaysvisible=1;
orientation="horizontal";
margin=6;
aI("text=Home;url=default.asp;")
aI("text=Equipment;url=search.asp;")
aI("text=Directions;url=directions.asp;")
aI("text=Contact Us;url=frm_email.asp;")
}

//with(milonic=new menuname("equipment")){
//style=menuStyle;
//top=186;
//aI("text=New Equipment;url=results.asp?n=1;");
//aI("text=Used Equipment;url=results.asp?n=0;");
//}

drawMenus();


