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="#FE0000"; //menu border color
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#dddddd"; //background color of navbar box
offcolor="#515151"; //color of navbar text except for current page
onbgcolor="#FE0000"; //rollover color
oncolor="#ffffff"; //color of navbar buttons text when hovered over
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#FE0000"; //background color for current page navbar button
pagecolor="black";
separatorcolor="#666666"; //color of divider pipe: |
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
alwaysvisible=1;
orientation="horizontal";
margin=6;
aI("text=Home;url=default.asp;")
//aI("text=Equipment;showmenu=equipment;")
aI("text=Inventory;showmenu=equipment;")
//aI("text=Product Line;showmenu=products;")
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;");
}

with(milonic=new menuname("products")){
style=menuStyle;
top=243;
aI("text=Riding Mowers;url=products.asp?n=1;");
aI("text=Utility Vehicles;url=products2.asp?n=0;");
}

drawMenus();


