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=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#B0585F";
offcolor="#770000";
onbgcolor="#CE6700";
oncolor="#ffffff";
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";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("text=Agenda;url=01a-agenda/agenda.htm;");
aI("showmenu=Algemeen;text=Algemeen;");
aI("showmenu=Organisatie;text=Organisatie;");
aI("");
aI("showmenu=Activiteiten;text=Activiteiten;");
aI("showmenu=Historie;text=Historie;");
aI("showmenu=Fotos;text=Foto's;");
aI("text=Wandelroutes;url=09-wandelroutes/routes.htm;");
aI("text=Verkoop;url=10-verkoop/verkoop.htm;");
aI("");
aI("text=Contact;url=07a-contact/contact.htm;");
aI("text=Gastenboek;url=08b-gastenboek/gastenboek.htm;");
aI("text=Links;url=08a-links/links.htm;");
}

with(milonic=new menuname("Algemeen"))
{ style=menuStyle;
  aI("text=bezoek;url=02a-bezoek/bezoek.htm;")
  aI("text=route;url=02b-route/route.htm;")
}

with(milonic=new menuname("Organisatie"))
{ style=menuStyle;
  aI("text=stichting;url=03a-stichting/stichting.htm;");
  aI("text=bestuur;url=03b-bestuur/bestuur-cies.htm;");
  aI("text=vrienden;url=03c-vrienden/vrienden.htm;");
  aI("text=giften;url=03d-giften/giften.htm;");
}

with(milonic=new menuname("Activiteiten"))
{ style=menuStyle;
  aI("text=nieuwsbrief;url=04a-nieuwsbrief/nieuwsbrief.htm;");
	aI("showmenu=Projecten;text=projecten;");
  aI("text=in de pers;url=04c-pers/knipsels.htm;");
  aI("text=wat is geweest;url=04d-terugblik/terugblik.htm;");	
}

with(milonic=new menuname("Historie"))
{ style=menuStyle;
  aI("text=kerk;url=05a-historie/historiekerk.htm;");
  aI("text=Fivel;url=05a-historie/fivelboezem.htm;");
  aI("text=documentatie;url=05c-documentatie/docu.htm;");
}

with(milonic=new menuname("Fotos"))
{ style=menuStyle;
  aI("text=interieur;url=06a-fotos/Interieur.htm;");
  aI("text=exterieur;url=06a-fotos/Exterieur.htm;");
  aI("text=graven;url=06a-fotos/underconstruction.htm;");
  aI("text=omgeving;url=06a-fotos/underconstruction.htm;");
  aI("text=overig;url=06a-fotos/overig.htm;");
}

with(milonic=new menuname("Projecten"))
{ style=menuStyle;
  aI("text=Leader;url=04b-projecten/leader.htm;");
  aI("text=Landmerken;url=04b-projecten/landmerken.htm;");
}

drawMenus();


