
var erIsDdMenu=false;
if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 11,1, mtDropDown.reference.bottomLeft);
erIsDdMenu=true;
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<b>&raquo;</b> Home", "index.php?id=1");
		menu1.addItem("<b>&raquo;</b> Colofon", "index.php?id=21");
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("<b>&raquo;</b> Beschrijving soort", "index.php?id=5");
		menu6.addItem("<b>&raquo;</b> Herkenning", "index.php?id=10");
		menu6.addItem("<b>&raquo;</b> Leefgebied", "index.php?id=11");
		menu6.addItem("<b>&raquo;</b> Levenscyclus", "index.php?id=12");
		menu6.addItem("<b>&raquo;</b> Gedrag", "index.php?id=13");
		menu6.addItem("<b>&raquo;</b> Beheer", "index.php?id=14");
		menu6.addItem("<b>&raquo;</b> Zwarte stern", "index.php?id=15");
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("<b>&raquo;</b> Verspreiding", "index.php?id=6");
		menu7.addItem("<b>&raquo;</b> Waarnemingen doorgeven", "index.php?id=16");
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<b>&raquo;</b> Nieuws", "index.php?id=2");
		menu2.addItem("<b>&raquo;</b> Persberichten", "index.php?id=17");
		menu2.addItem("<b>&raquo;</b> Nieuwsbrieven Fryslân", "index.php?id=18");
		menu2.addItem("<b>&raquo;</b> Gedragscode", "index.php?id=19");
	mtDropDown.renderAll();
};