fixMozillaZIndex=true; //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(ScrollingSampStyle=new mm_style()){
bordercolor="#fff";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000";
offcolor="#fff";
onbgcolor="#2e78cd";
oncolor="#ffffff";
padding=3;
}


<!-- Landscape MENU -->

with(milonic=new menuname("Landscape")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Landscaper;url=landscaper.php;");
aI("text=Aera Seeder;url=aera-seeder.php;");
aI("text=In-Fielder;url=in-fielder.php;");
aI("text=Tiller Attachment;url=tiller-attachment.php;");
aI("text=Roto Rake;url=roto-rake.php;");
aI("text=Feed Plot Seeder;url=feed-plot-seeder.php;");
}

<!-- Packages MENU -->

with(milonic=new menuname("Snow Removal")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Snow Blowers;url=snow-blowers.php;");
aI("text=Snow Pusher & Angling Blade;url=snow-pusher.php;");
aI("text=Snow Throwers;url=snow-throwers.php;");
aI("text=Broadcast Spreader;url=broadcast-spreader.php;");
aI("text=Pull Type Snow Thrower;url=pull-type-snow-thrower.php;");
}

<!-- Custom Products MENU -->

with(milonic=new menuname("Custom Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Side Load Container;url=side-load-container.php;");
aI("text=Shaving Box;url=shaving-box.php;");
aI("text=Custom Flat Bed;url=flat-bed-truck-bodies.php;");
aI("text=Custom Roll Off;url=tilt-load-roll-off.php;");
}

<!-- News MENU -->

with(milonic=new menuname("News")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Product News;url=product-news.php;");
aI("text=Clearance Items;url=clearance-items.php;");
aI("text=Trade Shows;url=trade-shows.php;");
}

<!-- Contact MENU -->

with(milonic=new menuname("Contact Us")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Contact Us;url=contact.php;");
aI("text=Response Form;url=response-form.php;");
}

drawMenus();
