		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Hot Rolling Mills","hot-rolling-mills.html");
		menu5.addItem("Cold Rolling Mills","cold-rolling-mills.html");
		menu5.addItem("Heavy Machine Buildings & Fabrication","heavy-machine-Buildings.html");
		
			var subMenu5 = menu5.addMenu(menu5.items[0]);
		subMenu5.addItem("Complete Mill Designs","hot-rolling-mills.html");
		subMenu5.addItem("Coilers","hot-rolling-mills.html#coilers");
		subMenu5.addItem("Mill Stands","mill-stands.html");
		subMenu5.addItem("Shears & Hot Saws","mill-stands.html#sheers");
		subMenu5.addItem("Twin Channel ","twin-channel.html");
		subMenu5.addItem("Cooling Beds","twin-channel.html#cooling");
		subMenu5.addItem("Gear Boxes & Pinion Stands","gear-boxes.html");
		subMenu5.addItem("TMT Equipments","gear-boxes.html#tmt");
		
	
	mtDropDown.renderAll();

	}





	