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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="italic";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ff0000";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="000000";
separatorcolor="#000000";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.htm");
aI("text=Airdale Flyer;showmenu=airdale")
aI("text=Avid;showmenu=avid")
aI("text=Avid Owners Online;showmenu=online");
aI("text=Contact Airdale;url=contact.htm");
}

with(milonic=new menuname("airdale")){
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Airdale Flyer;url=airdale.htm");
aI("text=Performance;url=performance.htm");
}

with(milonic=new menuname("avid")){
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Mark IV / Airdale LSP;url=markiv.htm");
aI("text=16 Inch Stretch Option;url=stretch.htm");
aI("text=Aluminum Main Gear;url=alum_gear.htm");
aI("text=Wide Gear;url=widegear.htm");
aI("text=Speedwing Extension;url=speedwingext.htm");
aI("text=Wing Extension with Landing Light;url=extwinglndlite.htm");
aI("text=Avid Builders CD;url=const_cd.htm");
}

with(milonic=new menuname("online")){
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Magnum Owners Online;url=amoo.htm");
aI("text=Catalina/Amphibian Owners Online;url=coo.htm");
}

drawMenus();

