_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="#C6D5FD";
oncolor="#000000";
offbgcolor="#8AB0FF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#000000"
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C6D5FD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("collectie")){
style=menuStyle;
top=-30;
left=125;
itemwidth=170;
itemheight=28;
aI("text=Aardewerk;url=/nl/collectie-aardewerk.aspx;");
aI("text=Glas;url=/nl/collectie-glas.aspx;");
aI("text=Sculpturen;url=/nl/collectie-sculpturen.aspx;");
aI("text=Klokken;url=/nl/collectie-klokken.aspx;");
aI("text=Meubels;url=/nl/collectie-meubels.aspx;");
aI("text=Brons;url=/nl/collectie-brons.aspx;");
aI("text=Schilderijen;url=/nl/collectie-schilderijen.aspx;");
aI("text=Antiek;url=/nl/collectie-antiek.aspx;");
}

with(milonic=new menuname("beurs")){
style=menuStyle;
top=-30;
left=125;
itemwidth=170;
itemheight=28;
aI("text=Informatie;url=/nl/beurs-informatie.aspx;");
aI("text=Waar zijn we nu;url=/nl/beurs-waarzijnwenu.aspx;");
aI("text=Agenda;url=/nl/beurs-agenda.aspx;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top=-30;
left=125;
itemwidth=170;
itemheight=28;
aI("text=Afspraak;url=/nl/contact-afspraak.aspx;");
aI("text=Nieuwsbrief;url=/nl/contact-nieuwsbrief.aspx;");
aI("text=Route;url=/nl/contact-route.aspx;");
}

drawMenus();