if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.left, 0, 0, mtDropDown.reference.bottomLeft);


var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("Capsule Section ","/capsule-filling-machine.html");menu1.addItem("Ointment Filling Machine / Tube Filling Machine ","/ointment-section.html");menu1.addItem("Liquid Section ","/liquid-section.html");menu1.addItem("Laboratory &amp; Quality Control Equipment &amp; Tablet Section ","/tube-filling-machines.html");
/*

    	var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Capsule Section","capsule-section.html");
		menu1.addItem("Ointment / Tube Filling Machine","ointment.html");
		menu1.addItem("Liquid Section","liquid-section.html");
		menu1.addItem("Laboratory & Quality Control<br>Equipment & Tablet Section","laboratory.html");

*/


mtDropDown.renderAll();

	}