
if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 25, 0, mtDropDown.reference.bottomLeft);
	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("<b>&raquo;</b> Actueel", "actueel.php?id=18");
	menu2.addItem("<b>&raquo;</b> Introductie", "hbo-engineering.php?id=1");
	menu2.addItem("<b>&raquo;</b> Organisatie", "hbo-engineering.php?id=3");
	menu2.addItem("<b>&raquo;</b> Bachelor graad", "hbo-engineering.php?id=4");
	menu2.addItem("<b>&raquo;</b> Ambitie", "hbo-engineering.php?id=5");
	menu2.addItem("<b>&raquo;</b> Strategische agenda", "hbo-engineering.php?id=6");
	menu2.addItem("<b>&raquo;</b> Raad van Advies", "hbo-engineering.php?id=7");
	menu2.addItem("<b>&raquo;</b> Organogram", "hbo-engineering.php?id=8");
	var menu3 = ms.addMenu(document.getElementById("menu3"));
	menu3.addItem("<b>&raquo;</b> Onderwijs", "thema.php?id=9");
	menu3.addItem("<b>&raquo;</b> Beroepenveld", "thema.php?id=10");
	menu3.addItem("<b>&raquo;</b> Onderzoek", "thema.php?id=11");
	menu3.addItem("<b>&raquo;</b> Kwaliteitszorg en accreditatie", "thema.php?id=30");
	menu3.addItem("<b>&raquo;</b> Internationaal", "thema.php?id=31");
	var menu4 = ms.addMenu(document.getElementById("menu4"));
	menu4.addItem("<b>&raquo;</b> Hogescholen", "hogescholen.php?id=15");
	menu4.addItem("<b>&raquo;</b> Opleidingen", "opleidingen.php?id=16");
	var menu5 = ms.addMenu(document.getElementById("menu5"));
	menu5.addItem("<b>&raquo;</b> Komende evenementen", "themadagen.php?id=12");
	menu5.addItem("<b>&raquo;</b> Verslagen", "themadagen.php?id=13");
	menu5.addItem("<b>&raquo;</b> Presentaties", "themadagen.php?id=14");
	mtDropDown.renderAll();
}

