
_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/arrowdn.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="#eeeeee";
oncolor="#222222";
offbgcolor="#cccccc";
offcolor="#333333";
bordercolor="#aaaaaa";
borderstyle="solid";
borderwidth=1;
separatorcolor="#aaaaaa";
separatorsize=1;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#2233aa";
pagebgcolor="#ccccff";
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(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;;");
aI("text=Bestuur;url=bestuur.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Ledenwerving;url=lid1.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Webstek;url=webstek.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Nationale symbolen;url=symbolen.html;");
}


drawMenus();

