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(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontweight="bold";
offbgcolor="#f9fbfd";
offcolor="#1966a8";
onbgcolor="#cc9900";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
separatorcolor="#d6d6d6";
separatorsize=1;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Snyder")){
style=menuStyle;
aI("text=Product Overview;url=product_over.htm;");
aI("showmenu=Product;text=Products;url=products.htm;");
aI("status=Back To Technical Page;text=General Technical;url=technical.htm;");
}

with(milonic=new menuname("Product")){
style=menuStyle;
aI("text=Complete Product Lines;url=products.htm;");
aI("text=Premium Square Stackable;url=product1.htm;");
aI("text=Standard Square Stackable;url=product2.htm;");
aI("text=Ultratainer;url=product3.htm;;");
aI("text=Wide Mouth Ultratainers;url=product4.htm;");
aI("text=Megatainer;url=product5.htm;");
aI("text=Stainless Steel Supertainers;url=product8.htm;");
aI("text=Excalibur;url=product6.htm;");
aI("text=Saf-tainer;url=product7.htm;");
}

with(milonic=new menuname("Applications")){
style=menuStyle;
aI("text=Stacked Discharge;url=app1.htm;");
aI("text=Cleaning Totes;url=app2.htm;");
aI("text=Combi Vents;url=app3.htm;");
aI("text=Lawn Care Mobile;url=app4.htm;");
}

with(milonic=new menuname("Accessories")){
style=menuStyle;
aI("text=Tote Heaters;url=heater.htm;");
aI("text=Tote Washer;url=cleaning.htm;");
}

drawMenus();
