_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#E3E3E3";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Helvetica, Arial";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E3E3E3";
offcolor="#000000";
onbgcolor="#333333";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
padding=4;
pagebgcolor="";
pagecolor="#333333";
separatorcolor="#E3E3E3";
separatorsize=5;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Testimonials")){
overflow="scroll";
style=menuStyle;
aI("text=Product Feedback;url=testimonials.html;");
aI("text=Send Us Your Review;url=review.asp;");
}

with(milonic=new menuname("Retail Locations")){
style=menuStyle;
aI("text=Where to Buy;url=locations.html;");
aI("text=Sell SportClenz;url=sellers.asp;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Us;url=contact.asp;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Home;url=index.html;");
}

drawMenus();


