		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("De-watering","dewatering-pumps.html#de-watering-pumps");
		menu1.addItem("Jet Fitting","dewatering-pumps.html#jet-pumps");
		menu1.addItem("B.F.Valve","dewatering-pumps.html#bf-valve");
		menu1.addItem("Pipe Pular","dewatering-pumps.html#pipe-pullar");
		menu1.addItem("Wellpoint","dewatering-pumps.html#wellpoint-equipment");
		menu1.addItem("Swing Joint","pipe-fittings.html#joint-elbow");
		menu1.addItem("Header Pipe With Saddles","pipe-fittings.html#header-pipe");
		menu1.addItem("Pipe Fittings, Header Sleeve & Snaptight Clamps","pipe-fittings.html#pipe-fitting");
		menu1.addItem("Discharge Pipe","pipe-fittings.html#discharge-pipe");
		

		var menu1 = ms.addMenu(document.getElementById("menu2"));
		menu1.addItem("Delhi Metro Station","domestic-projects.html#delhi-metro");
		menu1.addItem("Silliguri Hydel Power Project","domestic-projects.html#silliguri");
		menu1.addItem("Larji Hydro Electric Power Project","domestic-projects.html#larji");
		menu1.addItem("Bhatinda Thermal Power Project","domestic-projects1.html#bhatinda");
		menu1.addItem("Indira Sagar Dam (M.P.)","domestic-projects.html#indira");
		menu1.addItem("Thermal Power Project","domestic-projects.html#thermal-power");
		menu1.addItem("Shar Centre, Sriharikota","domestic-projects1.html#shar");
		menu1.addItem("Desalination Plant","domestic-projects1.html#desalination");
		menu1.addItem("Railway Bridge Project at Dehri On Sone","international-projects.html#railway");
		menu1.addItem("Workshops on Dewatering ","services.html#workshops");
				
	
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Team","profile.html#team");
	    menu3.addItem("Export Activities","profile.html#export");



		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Mission","message-ceo.html#mission");
		menu4.addItem("Awards","message-ceo.html#awards");

	
	


		
	    mtDropDown.renderAll();

	}





