_menuCloseDelay=100;
_menuOpenDelay=0;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=7;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=50;

with(menuStyle1=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="none";
borderwidth=3;
fontfamily="Arial, Helvetica, Verdana";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#FFFFFF";
headercolor="#000066";
offbgcolor="#89CEF5";
offcolor="#ffffff";
onbgcolor="#FFFFFF";
oncolor="#000000";
padding=5;
pagebgcolor="#FFFFFF";
pagecolor="000000";
margin=5;
}

with(milonic=new menuname("aboutus")){
style=menuStyle1;
itemwidth=200;
itemheight=20;
aI("text=+ The Shop;url=/nl/aboutus-theshop.aspx;");
aI("text=+ Openingstijden;url=/nl/aboutus-openingstijden.aspx;");
aI("text=+ Vacatures;url=/nl/aboutus-vacatures.aspx;");
}

with(milonic=new menuname("sport")){
style=menuStyle1;
itemwidth=200;
itemheight=20;
aI("text=+ Soccer;url=/nl/sport-soccer.aspx;");
aI("text=+ Basketball;url=/nl/sport-basketball.aspx;");
aI("text=+ Tennis;url=/nl/sport-tennis.aspx;");
aI("text=+ Running;url=/nl/sport-running.aspx;");
aI("text=+ Fitness;url=/nl/sport-fitness.aspx;");
/*aI("text=+ Snowboard;url=/nl/sport-snowboard.aspx;");*/
aI("text=+ Skate;url=/nl/sport-skate.aspx;");
aI("text=+ Extra;url=/nl/sport-extra.aspx;");
}

with(milonic=new menuname("fashion")){
style=menuStyle1;
itemwidth=200;
itemheight=20;
aI("text=+ Women;url=/nl/fashion-women.aspx;");
aI("text=+ Men;url=/nl/fashion-men.aspx;");
aI("text=+ Kidsworld;url=/nl/fashion-kidsworld.aspx;");
aI("text=+ Wintersport;url=/nl/fashion-wintersport.aspx;");
}
with(milonic=new menuname("whatshot")){
style=menuStyle1;
itemwidth=200;
itemheight=20;
aI("text=+ Specials;url=/nl/whatshot-specials.aspx;");
}

with(milonic=new menuname("contact")){
style=menuStyle1;
itemwidth=200;
itemheight=20;
aI("text=+ Routebeschrijving;url=/nl/contact-routebeschrijving.aspx;");
aI("text=+ Nieuwsbrief;url=/nl/contact-nieuwsbrief.aspx;");
aI("text=+ Neem contact met ons op;url=/nl/contact-neemeencontactmetonsop.aspx;");
}

drawMenus();