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 Batch Oven","/industrial-oven.html");
		
		
			menu4.addItem("Conveyorized Ovens","/conveyorized-ovens.html");
		
		
			menu4.addItem("Powder Coating &amp; Liquid Painting Plants","/powder-coating-and-liquid-painting-plants.html");
		
		menu4.addItem("Infrared Oven","/infrared-oven.html");
		
			menu4.addItem("Food Processing Dryers","/food-processing-dryers.html");
		
		
			mtDropDown.renderAll();
}






