		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Company Profile","profile.html");
		menu1.addItem("Board of Directors","profile.html#board");
		menu1.addItem("Our Infrastructure","infrastructure.html");
		menu1.addItem("Quality","infrastructure.html#quality");
		menu1.addItem("Achievement & Awards","profile.html#award");
		menu1.addItem("Social Concern","profile.html#social-concern");
		menu1.addItem("Power Plant","profile.html#power-plant");
		


		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Caustic Soda Lye (32% & 47%) & Flakes (99.9%)","caustic-soda.html");
		menu2.addItem("Hydrogen Gas","hydrogen-gas.html");
		menu2.addItem("Stable Bleaching Powder(SBP)","stable-bleaching-powder.html");
		menu2.addItem("Liquid Chlorine","liquid-chlorine.html");
		menu2.addItem("Bleach Liquor","bleach-liqour.html");
		menu2.addItem("Spent Sulphuric Acid ","sperant-sulphuric-acid.html");
		menu2.addItem("Tri Chloro Ethylene","tri-chloro-ethylene.html");
		menu2.addItem("Hydrochloric Acid","hydrochloric-acid.html");


		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Our HR Philosophy ","careers.html#our");
		menu3.addItem("Student & New Graduates ","careers.html#student");
		menu3.addItem("Experienced Professionals ","careers.html#exp");
		menu3.addItem("Current Opening ","careers.html#current");
	

		
	    mtDropDown.renderAll();

	}





