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(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=AboutCLM;text=About CLM;itemwidth=192px;");
	} else {
		aI("showmenu=AboutCLM;text=About CLM;itemwidth=191px;");
	}

aI("showmenu=Themes;text=Themes;itemwidth=190px;");
aI("text=Publications & Projects;url=/index_eng.php?id=pro-pub;itemwidth=190px;");
aI("showmenu=nvt;text=&nbsp;itemwidth=190px;");
aI("text=Search;url=/sphider_eng/search.php?catid=2;itemwidth=192px;");
}

// Menu Over CLM 
with(milonic=new menuname("AboutCLM")){
overflow="scroll";
itemwidth="192px";
style=ScrollingSampStyle;
	aI("text=CLM Research and Advice;url=/index_eng.php?id=organisation;");
	aI("text=CLM Foundation;url=/index_eng.php?id=foundation;");
	aI("text=Who is who;url=/index_eng.php?id=who_is_who;");
	aI("text=Contact;url=/index_eng.php?id=contact;");
}

// Menu Thema's
with(milonic=new menuname("Themes")){
style=ScrollingSampStyle;
itemwidth="190px";
			aI("text=Animal husbandry;url=/index_eng.php?id=animal;");
			aI("text=Biodiversity;url=/index_eng.php?id=biodiversity;");
			aI("text=City and countryside;url=/index_eng.php?id=city;");
			aI("text=Energy and Climate;url=/index_eng.php?id=energy;");
			aI("text=Governmental policy;url=/index_eng.php?id=governmental;");
			aI("text=Methodology;url=/index_eng.php?id=methodology;");
			aI("text=Nature and landscape conservation;url=/index_eng.php?id=nature-landscape;");
			aI("text=Organic farming and soil management  ;url=/index_eng.php?id=farming;");
			aI("text=Plant protection;url=/index_eng.php?id=plantprotection;");
			aI("text=Sustainability in chain and market;url=/index_eng.php?id=sustainbility;");
			aI("text=Water management ;url=/index_eng.php?id=water;");
}

// Menu Publicaties
with(milonic=new menuname("CLMPublicaties")){
itemwidth="191px";
style=ScrollingSampStyle;
	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();

