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="#C92325";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#26789D";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=208;
alwaysvisible=1;
orientation="horizontal";
margin=6;
aI("text=Home;url=default.asp;")
aI("text=Equipment;showmenu=equipment;url=results.asp;")
aI("text=Parts;url=parts.asp;")
aI("text=Product Line;url=products.asp;")
aI("text=Directions;url=directions.asp;")
aI("text=Contact Us;url=frm_email.asp;")
}

with(milonic=new menuname("equipment")){
style=menuStyle;
top=243;
aI("text=New Equipment;url=results.asp?n=1;");
aI("text=Used Equipment;url=results.asp?n=0;");
}

drawMenus();

