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=0;
_subOffsetLeft=-2;

with(ScrollingSampStyle=new mm_style()){
	
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;

fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#00267F";
offcolor="#FFFFFF";

offborder="0px solid #FFFFFF";
onborder="0px solid #FFFFFF";


pagebgcolor="#C4DA00"; // toont actieve pagina | bg kleur
pagecolor="#151515"; // toont actieve pagina | text kleur

onbgcolor="#B9D300";
oncolor="#151515";
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

menualign="center";
menuwidth="953px";
orientation="horizontal";
style=ScrollingSampStyle;
position="absolute";
left="0px";
top="0px";

// Menu Overzicht
	var browser = navigator.userAgent.toLowerCase();
	if(browser.search("safari") != "-1")
	{	// browser = safari
		aI("showmenu=OverCLM;text=Over CLM;itemwidth=194px;");
	} else {
		aI("showmenu=OverCLM;text=Over CLM;itemwidth=193px;");
	}
aI("showmenu=Themas;text=Thema's;itemwidth=191px;");
aI("showmenu=CLMPublicaties;text=CLM Publicaties;itemwidth=191px;");
aI("text=Actueel;url=/index.php?id=actueel;itemwidth=190px;");
aI("text=Zoeken;url=/sphider/search.php?catid=2;itemwidth=100%;");
}

// Menu Over CLM 
with(milonic=new menuname("OverCLM")){
//overflow="scroll";
itemwidth="191px";
style=ScrollingSampStyle;
	aI("text=CLM Onderzoek en Advies;url=/index.php?id=watdoetclm;");
	aI("text=Stichting CLM;url=/index.php?id=stichtingclm;");
	aI("text=Organisatiestructuur;url=/index.php?id=organisatie;");
	aI("text=Opdrachtgevers;url=/index.php?id=opdrachtgevers;");
	aI("text=Duurzaam in Culemborg;url=/index.php?id=vragen;");
	aI("text=CLM Praktijknetwerk;url=/index.php?id=praknetwerk;");
	aI("text=CLM Goede Doelen Fonds;url=/index.php?id=goededoelen;");
	aI("text=Medewerkers;url=/index.php?id=medewerkers;");
	aI("text=Vacatures;url=/index.php?id=vacatures;");
	aI("text=Contact;url=/index.php?id=contact;");
}

// Menu Thema's
with(milonic=new menuname("Themas")){
style=ScrollingSampStyle;
itemwidth="190px";
	aI("text=Stad en Platteland;url=/index.php?id=stadenplatteland;");
	aI("text=Overheidsbeleid;url=/index.php?id=overheidsbeleid;");
	aI("text=Natuur en Landschap;url=/index.php?id=natuurenlandschap;");
	aI("text=Biodiversiteit;url=/index.php?id=biodiversiteit;");
	aI("text=Recreatie en Zorg;url=/index.php?id=recreatieenzorg;");
	aI("text=Biologische Landbouw en bodem;url=/index.php?id=biolandbouw;");
	aI("text=Keten en Markt;url=/index.php?id=ketenenmarkt;");
	aI("text=Energie en Klimaat;url=/index.php?id=energieenklimaat;");
	aI("text=Veehouderij;url=/index.php?id=veehouderij;");
	aI("text=Teelt en Gewasbescherming;url=/index.php?id=teelt;");
	aI("text=Water;url=/index.php?id=water;");
	aI("text=Internationale projecten;url=/index.php?id=intprojecten;");
}

// Menu Publicaties
with(milonic=new menuname("CLMPublicaties")){
itemwidth="191px";
style=ScrollingSampStyle;
	aI("text=Publicaties 2012;url=/index.php?id=publicaties12;");
 	aI("text=Publicaties 2011;url=/index.php?id=publicaties11;");
    aI("text=Publicaties 2010;url=/index.php?id=publicaties10;");
	aI("text=Publicaties 2009;url=/index.php?id=publicaties09;");
	aI("text=Publicaties 2008;url=/index.php?id=publicaties08;");
	aI("text=Publicaties 2007;url=/index.php?id=publicaties07;");
	aI("text=Publicaties 2006;url=/index.php?id=publicaties06;");
}



drawMenus();


