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="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma, ";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#C40F4F";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=6;
pagebgcolor="#000000";
pagecolor="#C40F4F";
separatorcolor="#000000";
separatorsize=5;
subimagepadding=2;
}

with(menuStyle1=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma, ";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#C40F4F";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=60);)";
padding=2;
pagebgcolor="#000000";
pagecolor="#C40F4F";
separatorcolor="#000000";
separatorsize=5;
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="veritcal";
position="relative";
aI("text=shop history;url=shophistoryms.htm;");
aI("text=bicycles;showmenu=bikes;");
aI("text=repair & service;url=repairsms.htm;");
aI("text=apparel;showmenu=apparel;");
aI("text=accessories;showmenu=accessories;");
aI("text=clubs & teams;url=clubsms.htm");
aI("text=store info.;url=contactms.htm");
}

with(milonic=new menuname("bikes")){
style=menuStyle1;
overflow="scroll";
aI("text=&nbsp;&nbsp;road&nbsp;&nbsp;;url=roadsms3.htm;");
aI("text=&nbsp;&nbsp;mountain&nbsp;&nbsp;;url=mountainms3.htm;");
aI("text=&nbsp;&nbsp;commuter/urban&nbsp;&nbsp;;url=urbanms2.htm;");
aI("text=&nbsp;&nbsp;bmx&nbsp;&nbsp;;url=bmxInventory.htm;");
aI("text=&nbsp;&nbsp;comfort&nbsp;&nbsp;;url=comfortms.htm;");
aI("text=&nbsp;&nbsp;kids&nbsp;&nbsp;;url=kidsms.htm;");
}
with(milonic=new menuname("apparel")){
style=menuStyle1;
overflow="scroll";
aI("text=&nbsp;&nbsp;40% Off winter apparel&nbsp&nbsp;;url=winterapparel10Sale.htm;")
aI("text=&nbsp;&nbsp;warm weather apparel&nbsp;&nbsp;;url=warmweatherapparel10.htm;");
aI("text=&nbsp;&nbsp;cycling shoes&nbsp;&nbsp;;url=shoeInventory09.htm;");
}
with(milonic=new menuname("accessories")){
style=menuStyle1;
overflow="scroll";
aI("text=&nbsp;&nbsp;featured products&nbsp&nbsp;;url=accessoriesms.htm;")
aI("text=&nbsp;&nbsp;car racks&nbsp;&nbsp;;url=racks.htm;");
}

drawMenus();




