﻿_menuCloseDelay=500		// 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=10			// Sub menu top offset
_subOffsetLeft=-10			// Sub menu left offset
_scrollAmount=3			// Only needed for Netscape 4.x
_scrollDelay=20			// Only needed for Netcsape 4.x


with(menuStijlHoofd=new mm_style()){
onbgcolor="#330099";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#330099";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=3;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
}


with(menuStyle=new mm_style()){
onbgcolor="#330099";
oncolor="#FFFFFF";
offbgcolor="#87CEEB";
offcolor="#330099";
bordercolor="#87CEEB";
borderstyle="solid";
borderwidth=2;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=1;
fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#FFFFFF";
headerbgcolor="#87CEEB";
subimagepadding="2";
overfilter="GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse)";
}


// ==========================================
//          MENU subpagina's
// ==========================================

with(milonic=new menuname("Main Menu")){
style=menuStijlHoofd;
screenposition="center" 
top=27; 
left="offset=135";
alwaysvisible=1;
orientation="horizontal";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=3)";
aI("text=<span class='n10'>&nbsp;&nbsp;cursussen&nbsp;&nbsp;</span>;url=/cursus/index.html;showmenu=cursussen;status=Alle cursussen op een rij;");
aI("text=<span class='n10'>&nbsp;&nbsp;inschrijven&nbsp;&nbsp;</span>;url=/cursus/inschrijfformulier.html;showmenu=inschrijven;status=Inschrijven op een cursus;");
aI("text=<span class='n10'>&nbsp;&nbsp;publicaties&nbsp;&nbsp;</span>;url=/publicaties/index.html;showmenu=publicaties;status=Publicaties, presentaties en handouts bij het Emday cursusmateriaal;");
aI("text=<span class='n10'>&nbsp;&nbsp;route&nbsp;&nbsp;</span>;url=/route/index.html;showmenu=route;status=Adres Routebeschrijving Hotel;");
aI("text=<span class='n10'>&nbsp;&nbsp;home&nbsp;&nbsp;</span>;url=http://www.emday.nl/;status=Homepage Emday;");
}


drawMenus();

