		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 17, mtDropDown.reference.bottomleft);
		
		
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Flexographic Printing Machine","flexographic-printing-machine.html");
		menu1.addItem("Rotogravure Printing Machine","rotogravure-printing-machine.html");
		menu1.addItem("Coating Lamination Machine","coating-lamination.html");
		menu1.addItem("Slitter Rewinder Machine","slitter-rewinder.html");
	    mtDropDown.renderAll();

	}