_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#002868'; 
oncolor='#FCD02A'; 
offbgcolor='#002868'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='75';
itemheight='25';
align='Left';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#FFFFFF'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('3')){ style=menuStyle; aI('text=Which bike should i buy?;url=dynamicdata/which_bike.aspx;status=Which bike should i buy?;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=The Team;url=dynamicdata/Theteam.aspx;status=The Team;');} with(sat=new menuname('1')){ style=menuStyle; aI('text=Grow With Us;url=dynamicdata/grow_with_us.aspx;status=Grow With Us;');aI('text=10 Good Reasons;url=dynamicdata/10_good_reasons.aspx;status=10 Good Reasons;');aI('text=Refurbished Bikes;url=dynamicdata/refurbished_bikes.aspx;status=Refurbished Bikes;');} drawMenus();
