_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFCC00";
oncolor="#000066";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A2BEE6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/img/arrow.gif";
subimagepadding="1";
}

with(menuStyle2=new mm_style()){
onbgcolor="#4D9FAD";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4D9FAD";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="img/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("ballen")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=voetballen;url=/nl/voetballen.aspx;");
aI("text=x-serie;url=/nl/xserie.aspx;");
aI("text=volleyballen;url=/nl/volleyballen.aspx;");
aI("text=basketballen;url=/nl/basketballen.aspx;");
aI("text=handballen;url=/nl/handballen.aspx;");
aI("text=miniballen;url=/nl/miniballen.aspx;");
aI("text=rugbyballen;url=/nl/rugbyballen.aspx;");
aI("text=hockeyballen;url=/nl/hockeyballen.aspx;");
aI("text=golfballen;url=/nl/golfballen.aspx;");
}

with(milonic=new menuname("ballenuk")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=soccerballs;url=/en/voetballen.aspx;");
aI("text=x-series;url=/en/xserie.aspx;");
aI("text=volleyballs;url=/en/volleyballen.aspx;");
aI("text=basketballs;url=/en/basketballen.aspx;");
aI("text=handballs;url=/en/handballen.aspx;");
aI("text=miniballs;url=/en/miniballen.aspx;");
aI("text=rugbyballs;url=/en/rugbyballen.aspx;");
aI("text=hockeyballs;url=/en/hockeyballen.aspx;");
aI("text=golfballs;url=/en/golfballen.aspx;");
}

with(milonic=new menuname("logobal")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=aanbiedingen;url=/nl/logobal-aanbiedingen.aspx;");
aI("text=webwinkel;url=/nl/shop.aspx?mod=shop&shp=logobal&act=listcat;");
aI("text=specials;url=/nl/specials.aspx;");
aI("text=referenties;url=/nl/referenties.aspx;");
aI("text=productieproces;url=/nl/productiebal.aspx;");
aI("text=bestellen;url=/nl/bestellenbal.aspx;");
aI("text=contact;url=/nl/contact.aspx;");
}
with(milonic=new menuname("logotex")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=aanbiedingen;url=/nl/logotex-aanbiedingen.aspx;");
aI("text=wat is Logotex;url=/nl/watislogotex.aspx;");
aI("text=voorbeelden;url=/nl/voorbeelden.aspx;");
aI("text=productieproces;url=/nl/productietex.aspx;");
aI("text=bestellen;url=/nl/bestellentex.aspx;");
aI("text=contact;url=/nl/contact.aspx;");
}

with(milonic=new menuname("logobaluk")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=Offers;url=/en/logobal-aanbiedingen.aspx;");
aI("text=specials;url=/en/specials.aspx;");
aI("text=references;url=/en/referenties.aspx;");
aI("text=productionprocess;url=/en/productiebal.aspx;");
aI("text=order;url=/en/bestellenbal.aspx;");
aI("text=contact;url=/en/contact.aspx;");
}
with(milonic=new menuname("logotexuk")){
style=menuStyle;
itemheight=30;
itemwidth=150;
aI("text=Offers;url=/en/logotex-aanbiedingen.aspx;");
aI("text=what is Logotex;url=/en/watislogotex.aspx;");
aI("text=examples;url=/en/voorbeelden.aspx;");
aI("text=productionprocess;url=/en/productietex.aspx;");
aI("text=order;url=/en/bestellentex.aspx;");
aI("text=contact;url=/en/contact.aspx;");
}
drawMenus();