﻿_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(menuStijlRoot=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;";
//pagecolor="black";
//pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="http://www.emday.nl/sys_files/arrow.gif";
}

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";
//subimage="http://www.emday.nl/sys_files/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStijlRoot;
screenposition="center" 
top=84; 
left="offset=-241";
alwaysvisible=1;
orientation="vertical";
itemwidth=120;
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
aI("text=<span class='n10'>&nbsp;Cursussen&nbsp;&nbsp;</span>;url=/cursus/index.html;showmenu=cursussen;status=Alle cursussen op een rij;");
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
aI("text=<span class='n10'>&nbsp;Inschrijven&nbsp;&nbsp;</span>;url=/cursus/inschrijfformulier.html;showmenu=inschrijven;status=Inschrijven op een cursus;");
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
aI("text=<span class='n10'>&nbsp;Publicaties&nbsp;&nbsp;</span>;url=/publicaties/index.html;showmenu=publicaties;status=Publicaties, presentaties en handouts bij het Emday cursusmateriaal;");
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
aI("text=<span class='n10'>&nbsp;Adres & route&nbsp;&nbsp;</span>;url=/route/index.html;showmenu=route;status=Adres Routebeschrijving Hotel;");
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
aI("text= <span class='n10'>&nbsp;Vacatures&nbsp;&nbsp;</span>;url=/vacatures.html;status=Werken bij Emday;");
aI("image=http://www.emday.nl/pictures/lijn_zwart_120.gif; type=header;");
}


drawMenus();

