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="#fd841c";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13.3px";
fontweight="bold";
headerbgcolor="#fd841c";
headercolor="#FFFFFF";
offbgcolor="#fd841c";
offcolor="#2ea036";
onbgcolor="#fd841c";
oncolor="#FFFFCC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=15.6;
pagebgcolor="#3571a0";
pagecolor="white";
separatorcolor="#2ea036";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.html;");
aI("showmenu=Our Company;text=Our Company;url=ourcompany.html");
aI("showmenu=Our Products;text=Our Products;url=#");
//aI("showmenu=US Retailers;text=US Retailers;url=usretailers.html");//
aI("showmenu=International Retailers;text=International Retailers;url=internationalretailers.html");
aI("showmenu=FAQs;text=FAQs;url=faqs.html");
aI("showmenu=Store;text=Store;url=store.html");
aI("showmenu=Contact Us;text=Contact Us;url=customercare.html");
}





with(milonic=new menuname("US Retailers")){
style=menuStyle;
aI("text=Become a Retailer;url=retailerform.html;");
}






with(milonic=new menuname("Our Products")){
style=menuStyle;
aI("text=SoccerWave Original;url=soccerwaveoriginal.html");
aI("text=SoccerWave XP;url=soccerwavexp.html;");
aI("text=XP Kick Back Panel;url=kbp.html;");
aI("text=Soccer Ball;url=soccerball.html;");
aI("text=Product Videos;url=videos.html;");
}



drawMenus();

