		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Lister Type Diesel Engine","diesel-engines.html");
		menu1.addItem("Petter / Kirloskar Type","peter-kirloskar-diesel-engines.html");
	    mtDropDown.renderAll();


	

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Corn Grinding Mills","mills.html#corn");
		menu3.addItem("Rice Hullers With Polisher","mills.html#rice");
		menu3.addItem("Danish Type Vertical Floor Mills","mills.html#floor");
	    mtDropDown.renderAll();





		mtDropDown.renderAll();
            
	}