fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-2;




with(LinkInfoStyle=new mm_style()){
styleid=5;
bordercolor="#1CBE42";
borderstyle="dotted";
borderwidth=2;
fontfamily="verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#3399CC";
headercolor="#FFFF33";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ccffcc";
oncolor="#000000";
padding=5;
separatoralign="left";
separatorcolor="#1CBE42";
separatorwidth="30%";
}

with(menuStyle=new mm_style()){
styleid=4;
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
onitalic=0;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorpadding=2;
separatorsize=1;
separatorwidth="90%";
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(EasySampleStyle=new mm_style()){
styleid=3;
align="center";
itemwidth=205;
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="arial";
fontsize="78%";
fontstyle="normal";
fontweight="bold";
high3dcolor="#701E24";
low3dcolor="#F28088";
offbgcolor="#3840d9";
offcolor="#FFFFFF";
onbgcolor="#f79239";
oncolor="#333333";
padding=5;
separatorcolor="white";
separatorsize=1;
}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="horizontal";
style=EasySampleStyle;
top=10;
aI("text=Actieve reizen;url=http://www.ncrvreizen.nl/actievereizen;");
aI("showmenu=Reisaanbod;text=Reisaanbod;");
aI("text=Boeken;url=boeken.php;");
aI("showmenu=Laatste Nieuws;text=Laatste Nieuws;");
aI("showmenu=Reispret;text=Reispret;");
aI("showmenu=Contact;text=Contact;");
aI("text=Help;url=help.php;");
}

with(milonic=new menuname("Reisaanbod")){
overflow="scroll";
style=menuStyle;
top="offset=2";
aI("text=Kampeerreizen;url=../kampeerreizen/overzicht.php;")
aI("text=Actieve reizen;url=../actievereizen/overzicht.php;")
aI("text=Hotelreizen;url=../hotelreizen/overzicht.php;")
aI("text=Initiatiefreis;url=../hotelreizen/initiatiefreis.php;")
aI("text=Totale reisaanbod;url=overzichttotaal.php;")
aI("text=Startpagina;url=../index.php;")
}


with(milonic=new menuname("Laatste Nieuws")){
style=menuStyle;
aI("text=Laatste Nieuws;url=nieuws.php;");
aI("text=Vacatures;url=vacatures.php;");
aI("text=Magazine;url=magazine.php;");
aI("text=Reismarkt;url=reismarkt.php;");
}

with(milonic=new menuname("Reispret")){
style=menuStyle;
aI("text=Reisverhalen;url=reisverhalen.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Gidsaanvraag;url=gidsaanvraag.php;");
aI("text=Adreswijziging;url=wijzigingen.php;");
aI("text=Contact;url=contact.php;");
}

drawMenus();

