_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=20     // Sub menu top offset
_subOffsetLeft=-10   // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#88898a";
oncolor="#282826";
offbgcolor="#282826";
offcolor="#ffffff";
bordercolor="#282826";
borderstyle="solid";
borderwidth=1;
separatorcolor="#282826";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#282826";
pagebgcolor="#E5E7ED";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="/template/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.1);Alpha(opacity=85));Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("financeb2c")){
style=menuStyle;
itemwidth="120px"
aI("text=Online;url=/nl/financeb2c-online.aspx;");
aI("text=Print;url=/nl/financeb2c-print.aspx;");
aI("text=Concepting;url=/nl/financeb2c-concepting.aspx;");
aI("text=Evenementen;url=/nl/financeb2c-evenementen.aspx;");
aI("text=Onderzoek;url=/nl/financeb2c-onderzoek.aspx;");
aI("text=Bestellen;url=/nl/financeb2c-bestellen.aspx;");
}

with(milonic=new menuname("financeb2b")){
style=menuStyle;
itemwidth="120px"
aI("text=Online;url=/nl/financeb2b-online.aspx;");
aI("text=Print;url=/nl/financeb2b-print.aspx;");
aI("text=Concepting;url=/nl/financeb2b-concepting.aspx;");
aI("text=Evenementen;url=/nl/financeb2b-evenementen.aspx;");
aI("text=Onderzoek;url=/nl/financeb2b-onderzoek.aspx;");
aI("text=Bestellen;url=/nl/financeb2b-bestellen.aspx;");
}

with(milonic=new menuname("lifestyle")){
style=menuStyle;
itemwidth="120px"
aI("text=Online;url=/nl/lifestyle-online.aspx;");
aI("text=Print;url=/nl/lifestyle-print.aspx;");
aI("text=Concepting;url=/nl/lifestyle-concepting.aspx;");
aI("text=Evenementen;url=/nl/lifestyle-evenementen.aspx;");
aI("text=Onderzoek;url=/nl/lifestyle-onderzoek.aspx;");
aI("text=Bestellen;url=/nl/lifestyle-bestellen.aspx;");
}

with(milonic=new menuname("special")){
style=menuStyle;
itemwidth="120px"
aI("text=Online;url=/nl/special-online.aspx;");
aI("text=Print;url=/nl/special-print.aspx;");
aI("text=Bestellen;url=/nl/special-bestellen.aspx;");
}

with(milonic=new menuname("overfmg")){
style=menuStyle;
itemwidth="120px"
aI("text=Organisatie;url=/nl/organisatie.aspx;");
aI("text=Route;url=/nl/route.aspx;");
aI("text=Contact;url=/nl/contact.aspx;");
}

drawMenus();