
_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="#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;;");
aI("text=Nieuwsbrieven;showmenu=nieuws2008;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Annie Slaa-de Jong;url=annieslaa.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=In Memoriam;showmenu=memoriam;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
}

with(milonic=new menuname("nieuws2008")){
style=menuStyle2;
aI("text=Nieuwsbrief 7 februari 2008;url=docs/080207-nieuwsbrief.pdf;target=_blank;");
}

with(milonic=new menuname("memoriam")){
style=menuStyle2;
aI("text=in memoriam Mr L. van Heijningen;url=mrlvanheijningen.html;");
aI("text=in memoriam Frans Koffrie;url=franskoffrie.html;");
}

drawMenus();

