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="#9D252F"; //menu border color
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee"; //background color of navbar box
offcolor="#515151"; //color of navbar text except for current page
onbgcolor="#CB0B34"; //rollover color
oncolor="#ffffff"; //color of navbar buttons text when hovered over
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#666666"; //background color for current page navbar button
pagecolor="white";
separatorcolor="#666666"; //color of divider pipe: |
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=31;
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="786px";
orientation="horizontal";
margin=1;
aI("text=Home;url=default.asp;")
aI("text=New Equipment;url=new_equipment.asp;")
aI("text=Used Equipment;url=search.asp;")
aI("text=Case IH Parts Catalog;url=https://webparts.pvassociates.net/cnh/launch.php?DealerID=PVA-O6ZXB-NFE4&DataSet=001CSIH;")
aI("text=Parts/Service;url=parts_service.asp;")
aI("text=Contact Us;url=contactus.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();

