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()){
bordercolor="#692433";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
align="left"
offbgcolor="#692433";
offcolor="#ffffff";
onbgcolor="#e8b800";
oncolor="#692433";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#692433', Direction=135, Strength=3)";
padding=4;
separatorcolor="#ffffff";
separatorsize=2;
subimage="images/right.gif";
subimagepadding=2;
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=About Us;url=AboutUs.html;");
aI("text=Mission Statement;url=MissionStatement.html;");
aI("text=Privacy Statement;url=Privacy.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Products;url=Products.html;");
aI("text=Towbars;url=StandardTowbars.html;");
aI("text=Hitch Receivers;url=HitchReceivers.html;");
aI("text=RV's & Light Truck;url=MultiFit.html;");
aI("text=AirSafe&#153; Hitches;url=AirSafeHitches.html;");
aI("text=5th Wheel Hitches;url=AirSafe5thWheelHitches.html;");
aI("text=Level Rides;url=LevelRides.html;");
aI("text=Weight Distribution;url=WeightDistribution.html;");
aI("text=Sway Control;url=SwayControl.html;");
aI("text=Accessories;showmenu=Accessories;");
}

with(milonic=new menuname("Accessories")){
style=menuStyle;
aI("text=Accessories;url=Accessories.html;");
aI("text=Automotive Electrics;url=AutomotiveElectrics.html;");
aI("text=Hitch Pins;url=HitchPins.html;");
aI("text=Tow Balls;url=TowBalls.html;");
aI("text=Spare Parts;url=SpareParts.html;");
aI("text=Standard Towbar Tongues / Towlug;url=Towlug.html;");
aI("text=Trailer Ball Mounts;url=TBM.html;");
aI("text=Pintles;url=Pintles.html;");
aI("text=Mini Air Compressors;url=MiniAirCompressors.html;");
}

drawMenus();


