_menuCloseDelay=10          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle0=new mm_style()){
onbgcolor="whitesmoke";
oncolor="#FF0000";
offbgcolor="white";
offcolor="#0A3AA4";
bordercolor="#296488";
borderstyle="dashed";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
itemwidth="142px";
align="right";
}

with(menuStyle=new mm_style()){
onbgcolor="whitesmoke";
oncolor="#005A9C";
offbgcolor="#ffffff";
offcolor="#0A3AA4";
bordercolor="#0A3AA4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0A3AA4";
separatorsize="1";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="red";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="PICS/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0)";
itemwidth="150px";
}

_position="relative";
_orientation="vertical"; _top = 0;_left = 3;
//_orientation="horizontal";_top = 83;_left = 103;

with(wonderbox=new menuname('menu0')){
	style=menuStyle0;
	orientation=_orientation;
	top=_top;
	left=_left;
	alwaysvisible=1;
	position=_position;
	aI('text=Nieuws;url=../../00/00/4.HTML;');
	aI('text=Contact;url=../../00/00/A.HTML;');
	aI('text=Activiteiten;url=../../00/00/5.HTML;');
	aI('text=Lidmaatschap;url=../../00/00/D.HTML;');
	aI('text=Bestuur & Beleid;url=../../00/00/6.HTML;');
	aI('text=Onderwijs & Outreach;url=../../00/81/7.HTML;');
	aI('text=Vrouwen in de Fysica;url=../../00/81/5.HTML;');
	aI('text=Vacatures;url=../../00/81/4.HTML;');
	aI('text=Links;url=../../00/00/7.HTML;');
}


drawMenus();
