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()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimagepadding=2;
}


with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=About the Company;url=about_us.html;");
aI("text=Press Room;url=pressroom.html;");
aI("text=Privacy Policy;url=privacy.html;");
aI("text=Shipping & Return Policies;url=policies.html;");
}

with(milonic=new menuname("ProductInfo")){
style=menuStyle;
aI("text=Original Audio Bike;url=product_info.html;");
aI("text=Compac Audio Bike;url=compac_product_info.html;");
aI("text=FAQ;url=faqs.html;");
aI("text=Photo Gallery;url=gallery.html;");
aI("text=Installation Instructions;showmenu=Installation;");
}

with(milonic=new menuname("Installation")){
style=menuStyle;
aI("text=Original Audio Bike;url=installation.html;");
aI("text=Compac Audio Bike;url=compac_installation.html;");
}

drawMenus();


