		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("About Us","profile.html");
		menu1.addItem("Management","profile.html#management");
		menu1.addItem("History","history.html");	
		menu1.addItem("Area of Operation","history.html#area");
		menu1.addItem("From the Chairman's Desk","chairman-desk.html");
		menu1.addItem("Export","profile.html#export");
		

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("History of Indian Spices","spices-history.html");
		menu2.addItem("Cultivation of Spices","spices-history.html#cultivation");
	

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Production Facilities","production-facility.html");
		menu3.addItem("Manpower","production-facility.html#manpower");
		menu3.addItem("Quality Control","production-facility.html#quality");
		menu3.addItem("Research and Development","production-facility.html#randd");

		

		mtDropDown.renderAll();
	}