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=Home;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=Home;url=Products.html;");
aI("text=Towbars;url=Towbars.html;");
aI("text=Hitch Receivers;url=HitchReceivers.html;");
aI("text=AirSafe&#153; Hitches;url=AirSafeHitches.html;");
aI("text=Weight Distribution;url=WeightDistribution.html;");
aI("text=Anti Sway;url=AntiSway.html;");
aI("text=Accessories;url=Accessories.html;");
}

drawMenus();

