if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.right, 0, 0, mtDropDown.reference.topRight);
		
var menu2 = ms.addMenu(document.getElementById("menu2"));menu2.addItem("Cardiology Equipment","/cardiology-equipments.html");menu2.addItem("Neonatal Equipment","/neonatal-equipments.html");menu2.addItem("Physiotherapy Equipment","/physiotherapy-equipments.html");menu2.addItem("Dental Equipment","/dental-equipments.html");/**/


	    mtDropDown.renderAll();

}

