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="#416795"; //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="#416795"; //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="#416795"; //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=215;
alwaysvisible=1;
orientation="horizontal";
margin=6;
aI("text=Home;url=default.asp;")
aI("text=Equipment;url=search.asp;")
aI("text=Locations;url=locations.asp;")
aI("text=Links;showmenu=links;")
aI("text=Contact Us;url=frm_email.asp;")
}

with(milonic=new menuname("links")){
style=menuStyle;
top=253;
aI("text=Case IH;url=http://www.caseih.com;");
aI("text=Case IH Online Parts Catalog;url=https://webparts.pvassociates.net/cnh/launch.php?DealerID=PVA-69MYB-V7G2&DataSet=001CSIH;");
aI("text=New Holland;url=http://www.newholland.com;");
aI("text=NH Online Parts Catalog;url=https://webparts.pvassociates.net/cnh/launch.php?DealerID=PVA-KGEYB-UJA3&DataSet=001NHNA;");
aI("text=Kuhn North America;url=http://www.kuhnnorthamerica.com;");
aI("text=Bush Hog;url=http://www.bushhog.com;");
aI("text=Gravely;url=http://www.gravely.com;");
aI("text=Rhino;url=http://www.servis-rhino.com;");
aI("text=Carswell;url=http://www.carswelldist.com;");
aI("text=Club Car;url=http://www.clubcar.com;");
aI("text=Tiger Mowers;url=http://www.tiger-mowers.com;");
aI("text=Rhino;url=http://www.servis-rhino.com;");
}
drawMenus();


