		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Principle","company-profile.html#principle");
		menu5.addItem("Partner ","company-profile.html#partner");
		menu5.addItem("Team","company-profile.html#team");
		
		

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Closedie","forgings.html#close");
		menu6.addItem("Opendie","forgings.html#open");
		
		

	    var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("Forgings","forgings.html##forging");
		menu7.addItem("Castings","castings.html#casting");

		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("Ductile/Grey Cast Iron Steel Casting","castings.html#ductile");
		menu8.addItem("Steel Casting","castings.html#steel");
	
		
		



	  mtDropDown.renderAll();

	}



