_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Lucida Grande, Verdana, Arial, Sans-Serif";
fontsize="11pt";
fontstyle="normal";

headerbgcolor="";
headercolor="#660099";

offbgcolor="#ffffff";
offcolor="#660099";

onbgcolor="#eeeeee";
oncolor="#660099";

padding=3;

pagebgcolor="#ffffff";
pagecolor="#660099";

separatorcolor="#ffffff";
separatorsize=15;
subimage="http://www.droomtrein.nl/script/menu/arrow.gif";
subimagepadding=0;
}

with(milonic=new menuname("menu")){
overflow="scroll";
style=menuStyle;
aI("text=Welkom;url=index.html;target=_parent");
aI("text=Muziek;url=muziek.html;target=_parent");
aI("text=Beeld;url=beeld.html;target=_parent");
aI("text=Nieuws;url=nieuws.html;target=_parent");
aI("text=Contact;url=contact.html;target=_parent");
aI("text=Links;url=links.html;target=_parent");

}

drawMenus();
