
_menuCloseDelay=700           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=12              // Sub menu top offset
_subOffsetLeft=-7            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x - #80BDB5#005555#66FFFF#99CCC5/images/google.gif;overimage=images/google_over.gif


with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="#66ddff";
offbgcolor="";
offcolor="#2233ff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#55ccff";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#aabbdd";
subimage="bestanden/arrowdnblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="";
oncolor="#dddddd";
offbgcolor="";
offcolor="#2233ff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="ffffff";
separatorsize=1;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#33bbff";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#2233aa";
subimage="bestanden/arrow.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle3=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ff9900";
offbgcolor="#dddddd";
offcolor="#ff6600";
bordercolor="aaaaaa";
borderstyle="solid";
borderwidth=1;
separatorcolor="aaaaaa";
separatorsize=1;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="ffffff"; //#55ccff
pagebgcolor="ff0000";
headercolor="#ffffff";
headerbgcolor="#2233aa";
subimage="bestanden/arrowblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=0;
left=15;
alwaysvisible=1;
followscroll=0;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=J a a r v e r s l a g e n;showmenu=jaarverslag;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
}

with(milonic=new menuname("jaarverslag")){
style=menuStyle2;
aI("image=imgs/items/jv-off-2011.gif;overimage=imgs/items/jv-on-2011.gif;url=jaarverslag2011.pdf;");
aI("image=imgs/items/jv-off-2010.gif;overimage=imgs/items/jv-on-2010.gif;url=jaarverslag2010.html;");
aI("image=imgs/items/jv-off-2009.gif;overimage=imgs/items/jv-on-2009.gif;url=jaarverslag2009.html;");
aI("image=imgs/items/jv-off-2008.gif;overimage=imgs/items/jv-on-2008.gif;url=jaarverslag2008.html;");
aI("image=imgs/items/jv-off-2007.gif;overimage=imgs/items/jv-on-2007.gif;url=jaarverslag2007.html;");
aI("image=imgs/items/jv-off-2006.gif;overimage=imgs/items/jv-on-2006.gif;url=jaarverslag2006.html;");
aI("image=imgs/items/jv-off-2005.gif;overimage=imgs/items/jv-on-2005.gif;url=jaarverslag2005.html;");
aI("image=imgs/items/jv-off-2004.gif;overimage=imgs/items/jv-on-2004.gif;showmenu=2004;");
aI("image=imgs/items/jv-off-2003.gif;overimage=imgs/items/jv-on-2003.gif;url=jaarverslag2003.html;");
aI("image=imgs/items/jv-off-2002.gif;overimage=imgs/items/jv-on-2002.gif;url=jaarverslag2002.html;");
aI("image=imgs/items/jv-off-2001.gif;overimage=imgs/items/jv-on-2001.gif;url=jaarverslag2001.html;");
aI("image=imgs/items/jv-off-2000.gif;overimage=imgs/items/jv-on-2000.gif;url=jaarverslag2000.html;");
}

with(milonic=new menuname("2004")){
style=menuStyle3;
aI("text=nog niet beschikbaar;");
}

drawMenus();

