if (mtDropDown.isSupported()) 
{
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu4 = ms.addMenu(document.getElementById("menu4"));


menu4.addItem("Industrial Ovens","/industrial-oven.html");
		
		
			menu4.addItem("Conveyorized Ovens","/conveyorised-oven.html");
		
		
			menu4.addItem("Welding Ovens","/welding-oven.html");
		
		
			menu4.addItem("Powder Coating &amp; Liquid Painting Plants","/powder-coating-and-liquid-painting-plants.html");
		
		
			menu4.addItem("Other Equipments","/other-equipments.html");
		
		
			mtDropDown.renderAll();
}





