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=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#c7cba8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="strong";
headerbgcolor="#333333";
headercolor="#FFF";
offbgcolor="#333333";
offcolor="#333";
onbgcolor="#333333";
oncolor="#333333";
padding=0;
pagebgcolor="#333333";
pagecolor="#333333";
separatorcolor="#333333";
separatorsize=0;
subimage="";
subimagepadding=0;
}

with(SUBmenuStyle=new mm_style()){
bordercolor="#797878";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="strong";
headerbgcolor="#666";
headercolor="#666";
offbgcolor="#333";
offcolor="#FFF";
onbgcolor="#505050";
oncolor="#E4C030";
padding=5;
pagebgcolor="#FFF";
pagecolor="black";
separatorcolor="#797878";
separatorsize=1;
subimage="../main_navMenu/arrowhome.gif";
subimagepadding=2;
}

with(SUBSUBmenuStyle=new mm_style()){
bordercolor="#797878";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="strong";
headerbgcolor="#666";
headercolor="#666";
offbgcolor="#575757";
offcolor="#FFF";
onbgcolor="#505050";
oncolor="#E4C030";
padding=5;
pagebgcolor="#FFF";
pagecolor="black";
separatorcolor="#797878";
separatorsize=1;
subimage="../main_navMenu/arrowhome.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=../main_navMenu/home_off.gif;overimage=../main_navMenu/home_on.gif;url=../home.html;");
aI("image=../main_navMenu/about_off.gif;overimage=../main_navMenu/about_on.gif;showmenu=About;url=../about/index.html;");
aI("image=../main_navMenu/products_on.gif;overimage=../main_navMenu/products_on.gif;showmenu=Products;url=../products/index.html;");
aI("image=../main_navMenu/services_off.gif;overimage=../main_navMenu/services_on.gif;showmenu=Services;url=../services/index.html;");
aI("image=../main_navMenu/contact_off.gif;overimage=../main_navMenu/contact_on.gif;showmenu=Contact;url=../contact/index.html;");
}

with(milonic=new menuname("About")){
style=SUBmenuStyle;
aI("text=About UV;url=../about/uav.html;");
aI("text=About Sullivan Products;url=../about/prod.html;");
aI("text=Our Team;url=../about/team.html;");
}

with(milonic=new menuname("Products")){
style=SUBmenuStyle;
aI("status=alternators;showmenu=alternators;text=Alternators;url=../products/alternators.html;");
aI("status=starters;showmenu=starters;text=Starters;url=../products/starters.html;");
aI("status=fuelsystems;showmenu=fuelsystems;text=Fuel Systems;url=../products/fuelsystems.html;");
aI("status=hardware;showmenu=hardware;text=Hardware;url=../products/hardware.html;");
aI("status=miscellaneous;showmenu=miscellaneous;text=Miscellaneous;url=../products/miscellaneous.html;");
}

with(milonic=new menuname("alternators")){
style=SUBSUBmenuStyle;
aI("text=Coreless;url=../products/al_coreless.html;");
aI("text=Pancake;url=../products/al_pancake.html;");
aI("text=Reverse Pancake;url=../products/al_reversepancake.html;");
aI("text=Face Type;url=../products/al_facetype.html;");
aI("text=Voltage Regulators;url=../products/al_voltage.html;");

}


with(milonic=new menuname("starters")){
style=SUBSUBmenuStyle;
aI("text=Onboard;url=../products/st_onboard.html;");
aI("text=Hand Held;url=../products/st_handheld.html;");

}

with(milonic=new menuname("fuelsystems")){
style=SUBSUBmenuStyle;
aI("text=Fuel Tanks;url=../products/fu_fueltanks.html;");
aI("text=Tubing;url=../products/fu_tubing.html;");
aI("text=Filters;url=../products/fu_filters.html;");
aI("text=Connectors;url=../products/fu_connectors.html;");

}

with(milonic=new menuname("hardware")){
style=SUBSUBmenuStyle;
aI("text=Clevises and Threaded Connectors;url=../products/ha_clevises.html;");
aI("text=Wheels;url=../products/ha_wheels.html;");

}



with(milonic=new menuname("miscellaneous")){
style=SUBSUBmenuStyle;
aI("text=Field Equipment;url=../products/mi_field.html;");
aI("text=Fog Pump;url=../products/mi_fogpump.html;");

}

with(milonic=new menuname("Services")){
style=SUBmenuStyle;
aI("text=Customization;url=../services/customization.html;");
aI("text=Consulting and On-site Services;url=../services/consulting.html;");
aI("text=Product Design and Manufacturing;url=../services/product_design.html;");
}

with(milonic=new menuname("Contact")){
style=SUBmenuStyle;
aI("text=Contact Us;url=../contact/index.html;");
aI("text=Location & Directions;url=../contact/location.html;");
}



drawMenus();
