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=4;



with(menuStyle=new mm_style()){
}

with(submenuStyle=new mm_style()){
bordercolor="#DE757B";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FAEBEB";
offcolor="#aa2930";
onbgcolor="#AA2930";
oncolor="#ffffff";
outfilter="Slide(slideStyle='Hide', bands=1, duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#a4a4a4', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#FBF3F0";
pagecolor="#80806F";
separatorcolor="#DE757B";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
//top=10;
orientation="horizontal";
style=menuStyle;
aI("image=images/nav_home_off.gif;overimage=images/nav_home_on.gif;url=index.php;");
aI("image=images/nav_scooters_off.gif;overimage=images/nav_scooters_on.gif;showmenu=scooters");
aI("image=images/nav_guarantee_off.gif;overimage=images/nav_guarantee_on.gif;url=guarantee.php");
aI("image=images/nav_delivery_off.gif;overimage=images/nav_delivery_on.gif;url=delivery.php;");
aI("image=images/nav_contact_off.gif;overimage=images/nav_contact_on.gif;url=contact.php;");
aI("image=images/nav_right.gif;");
}


with(milonic=new menuname("scooters")){
style=submenuStyle;
aI("text=The Spark 50 Scooter;url=scooter_spark50.php");
aI("text=The Spectra 50 Scooter;url=scooter_spectra50.php");
aI("text=The Spectra 150 Scooter;url=scooter_spectra150.php");

}






		
with(milonic=new menuname("guarantee")){
style=submenuStyle;
aI("text=Our Guarantee;url=guarantee.php;");
//aI("text=Why our prices are so low!;url=toogood.php;");
}


drawMenus();

