fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
bordercolor="#525478";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8d8d8d";
offcolor="#ffffff";
onbgcolor="#C5111A";
oncolor="#ffffff";
outfilter="Fade(duration=0.2);"
padding=3;
pagebgcolor="#C5111A";
pagecolor="#ffffff";
separatorcolor="transparent";
separatorsize=1;
separatorpadding=3;
subimage="/include/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=72;
screenposition="center";
aI("status=Back To Home Page;text=Home;url=/index.cfm;");
aI("showmenu=Receivers;text=Receivers;url=/receivers/index.cfm;");
aI("showmenu=5th Wheel;text=5th Wheel;url=/5th_wheel/index.cfm;");
aI("showmenu=Goosenecks;text=Goosenecks;url=/goosenecks/index.cfm;");
aI("text=Application Guide;url=/application_guide/index.cfm;");
aI("text=Videos;url=/videos/index.cfm;");
aI("showmenu=About Us;text=About Us;url=/about/index.cfm;");
aI("text=Contact Us;url=/contact/index.cfm;");
}

with(milonic=new menuname("Receivers")){
overflow="scroll";
style=menuStyle;
aI("text=Product Overview;url=/receivers/index.cfm;");
aI("text=Class I-II;url=/receivers/class_I_II/index.cfm;")
aI("text=Class III-IV;url=/receivers/class_III_IV/index.cfm;")
aI("text=Class V;url=/receivers/class_V/index.cfm;")
aI("text=Class VI;url=/receivers/class_VI/index.cfm;")
aI("text=Class VII;url=/receivers/class_VII/index.cfm;")
aI("text=Class VIII;url=/receivers/class_VIII/index.cfm;")
aI("text=Accessories;url=/receivers/accessories/index.cfm;")
aI("text=Videos;url=/receivers/videos/index.cfm;")
aI("text=Application Guide;url=/application_guide/index.cfm?type=r;");
aI("text=Installation / Instructions;url=/receivers/installation/index.cfm;")
}

with(milonic=new menuname("5th Wheel")){
overflow="scroll";
style=menuStyle;
aI("text=Product Overview;url=/5th_wheel/index.cfm;")
aI("text=AIRBOX (15K, 16K, 18K);url=/5th_wheel/airbox/index.cfm;")
aI("text=AIRBOX w/Slider (15K, 16K, 18K);url=/5th_wheel/airbox_slider/index.cfm;")
aI("text=Omni-Directional (20K);url=/5th_wheel/20K_omni/index.cfm;")
aI("text=Omni-Directional (25K);url=/5th_wheel/25K_omni/index.cfm;")
aI("text=32K Commercial Grade;url=/5th_wheel/32K_commercial/index.cfm;")
aI("text=Upgrade Existing 5th Wheel;url=/5th_wheel/upgrade/index.cfm;")
aI("text=Videos;url=/5th_wheel/videos/index.cfm;")
aI("text=Application Guide;url=/application_guide/index.cfm?type=5;");
aI("text=Installation / Instructions;url=/5th_wheel/installation/index.cfm;")
}

with(milonic=new menuname("Goosenecks")){
overflow="scroll";
style=menuStyle;
aI("text=Product Overview;url=/goosenecks/index.cfm;")
aI("text=Video;url=/goosenecks/videos/index.cfm;")
aI("text=Application Guide;url=/application_guide/index.cfm?type=g;");
aI("text=Installation / Instructions;url=/goosenecks/installation/index.cfm;")
}

with(milonic=new menuname("About Us")){
overflow="scroll";
style=menuStyle;
aI("text=Testimonials;url=/about/testimonials/index.cfm;")
aI("text=What Drives Us;url=/about/drives/index.cfm;")
}

drawMenus();

