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=2;
_subOffsetLeft=-40;




with(menuStyle=new mm_style()){
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#4e5d05";
onbgcolor="transparent";
oncolor="#4e5d05";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="transparent";
pagecolor="#4F8EB6";
separatorcolor="transparent";
separatorsize=0;
subimagepadding=0;
}
with(menuStyle2=new mm_style()){
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="white";
headercolor="#000000";
offbgcolor="white";
offcolor="#4e5d05";
onbgcolor="#eae1da";
oncolor="#4e5d05";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="transparent";
pagecolor="#4F8EB6";
separatorcolor="transparent";
separatorsize=0;
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
itemwidth=110;
left="offset=0";
top="offset=35";
alwaysvisible=1;
style=menuStyle;
orientation="horizontal";
aI("showmenu=home;align=center;text=Home;");
aI("showmenu=wonen;align=center;text=Wonen;");
aI("showmenu=dagprogramma;align=center;text=Dagprogramma;");
aI("showmenu=vrijetijd;align=center;text=Vrije tijd;");
aI("showmenu=organisatie;align=center;text=Organisatie;");
aI("showmenu=contact;align=center;text=Contact;");
aI("showmenu=sponsoring;align=center;text=Sponsoring;");
}
with(milonic=new menuname("home")){
overflow="scroll";
style=menuStyle2;
aI("text=Startpagina;url=start.htm;target=hoofdscherm;")
aI("text=Recente activiteiten;url=rec_activiteiten.htm;target=hoofdscherm;")
}

with(milonic=new menuname("wonen")){
overflow="scroll";
style=menuStyle2;
aI("text=Inleiding;align=left;url=wonen.htm;target=hoofdscherm;")
aI("text=Bewoners;url=bewoners.htm;target=hoofdscherm;")
aI("text=Begeleid sociaal wonen;url=sociaal_wonen.htm;target=hoofdscherm;")
aI("text=Zelfstandig wonen;url=zelfstandig_wonen.htm;target=hoofdscherm;")
aI("text=Begeleid sociaal wonen;url=begeleid_wonen.htm;target=hoofdscherm;")
aI("text=Logeren;url=logeren.htm;target=hoofdscherm;")
}

with(milonic=new menuname("dagprogramma")){
style=menuStyle2;
aI("text=Inleiding;url=dagprogramma.htm;target=hoofdscherm;")
aI("text=Dagindeling;url=dagindeling.htm;target=hoofdscherm;")
aI("text=Pottenbakken;url=pottenbakken.htm;target=hoofdscherm;")
aI("text=Textiel;url=textiel.htm;target=hoofdscherm;")
aI("text=Matten;url=matten.htm;target=hoofdscherm;")
aI("text=Dieren;url=dieren.htm;target=hoofdscherm;")
aI("text=Houtwerkplaats;url=houtwerkplaats.htm;target=hoofdscherm;")
aI("text=Bos- Tuinbouw;url=bos_tuinbouw.htm;target=hoofdscherm;")
aI("text=Euritmie;url=euritmie.htm;target=hoofdscherm;")
aI("text=Muziek;url=muziek.htm;target=hoofdscherm;")
aI("text=Onderwijs;url=onderwijs.htm;target=hoofdscherm;")
}

with(milonic=new menuname("vrijetijd")){
style=menuStyle2;
aI("text=Vakantie;url=vakantie.htm;target=hoofdscherm;")
aI("text=Sporten;url=sporten.htm;target=hoofdscherm;")
aI("text=Jaarfeesten;url=jaarfeesten.htm;target=hoofdscherm;")
}

with(milonic=new menuname("organisatie")){
style=menuStyle2;
aI("text=Visie;url=visie.htm;target=hoofdscherm;")
aI("text=Antroposofie;url=antroposofie.htm;target=hoofdscherm;")
aI("text=Sociaaltherapie;url=sociaaltherapie.htm;target=hoofdscherm;")
aI("text=8 Fasen;url=8fasen.htm;target=hoofdscherm;")
aI("text=Vrijwilligers;url=vrijwilligers.htm;target=hoofdscherm;")
aI("text=Ouderraad;url=ouderraad.htm;target=hoofdscherm;")
}


with(milonic=new menuname("contact")){
style=menuStyle2;
aI("text=Archief;url=archief/index.htm;")
aI("text=Aanmeldingen;url=aanmeldingen.htm;target=hoofdscherm;")
aI("text=Nieuwsbrief;url=nieuwsbrief.htm;target=hoofdscherm;")
aI("text=Adresgegevens;url=adresgegevens.htm;target=hoofdscherm;")
}

with(milonic=new menuname("sponsoring")){
style=menuStyle2;
aI("text=Vrienden van Titurel;url=vrienden_titurel.htm;target=hoofdscherm;")
aI("text=Teller;url=teller.htm;target=hoofdscherm;")
}


drawMenus();


