_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=2.5 
with(menuStyle1=new mm_style()){ 
onbgcolor='#000000'; 
oncolor='#000000'; 
offbgcolor='#000000'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#000000'; 
separatorsize='0'; 
padding=5; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#000000'; 
oncolor='#FF0000'; 
offbgcolor='#000000'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='90%'; 
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Arial Narrow'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
outfilter="randomdissolve(duration=0.8)";} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=Video;url=dynamicdata/video.aspx;status=Video;');aI('text=Rental;url=dynamicdata/RentalItems.aspx;status=Rental;');aI('text=Sales;url=dynamicdata/SalesItem.aspx;status=Sales;');aI('text=Second Hand Gear;url=dynamicdata/Secondhandgear.aspx;status=Second Hand Gear;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=News;url=dynamicdata/News.aspx;status=News;');} drawMenus();

