
if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, -16, 1, mtDropDown.reference.bottomLeft);
	var menu8 = ms.addMenu(document.getElementById("menu8"));
	menu8.addItem("<b>&raquo;</b> Forensic Science", "Forensic_Science");
	menu8.addItem("<b>&raquo;</b> Water, Energy & Natur", "Water_Energy_en_Natur");
	menu8.addItem("<b>&raquo;</b> Food and Materials", "Food_and_Materials");
	menu8.addItem("<b>&raquo;</b> People & Medicine", "People_en_Medicine");
	mtDropDown.renderAll();

}

