


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#4F8EB6";
oncolor="#ffffff";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
bgimage='layout/menu.png';
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="layout/menu/arrow.gif";
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("Nieuws")){
style=menuStyle;
aI("text=Laatste Nieuws;url=index.php?optie=nieuws;status=Laatste Nieuws;");
aI("text=Archief;url=index.php?optie=archief;status=Nieuws Archief;");
}

with(milonic=new menuname("Agenda")){
style=menuStyle;
}

with(milonic=new menuname("Informatie")){
style=menuStyle;
aI("text=Wie zijn wij?;url=index.php?optie=wiezijnwij;status=Wie zijn wij?;");
aI("text=Wie is wie?;url=index.php?optie=wieiswie;");
aI("text=Verjaardagen;url=index.php?optie=verjaardagen");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Pictures;url=index.php?optie=fotoboek;status=Party Pictures;");
aI("text=Video;url=index.php?optie=videos;status=Party Videos;");
}

with(milonic=new menuname("Gastenboek")){
style=menuStyle;
}

with(milonic=new menuname("Funzone")){
style=menuStyle;
aI("text=Chatbox&nbsp&nbsp;url=index.php?optie=chatbox;");
aI("text=Links;url=index.php?optie=links;");
aI("text=Games;url=;");
}

drawMenus();

