		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Certified organic Herbs, Extracts & Spices","herbs.html");
		menu1.addItem("Health Ingredients","natural-ayurvedic-pesonalcare.html#health");
		menu1.addItem("Essential oils, Aromatic oils & Oilresins","essential-oil.html");
		menu1.addItem("Functional foods & Naturaceuticals","functional-foods-naturaceuticals.html");
		menu1.addItem("Herbal Extracts","herbal-extracts.html");
		menu1.addItem("Medicinal Plants & Crude Herbs","medicinal-plants.html");
		menu1.addItem("Natural & Ayurvedic personal care","natural-ayurvedic-pesonalcare.html#natural");
		menu1.addItem("Speciality ingredients & Syergise extracts","speciality-ingredients-extracts.html");

		
	
   	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Contract Farming","contract-farming.html#contract");
		menu2.addItem("Private Labelling ","contract-farming.html#private");
		menu2.addItem("Isolation and Standardizaton","contract-farming.html#isolation");
		menu2.addItem("Clinical Trails","contract-farming.html#clinical");
		menu2.addItem("Import Facilitation, Buying & Inspection services","contract-farming.html#import");
		menu2.addItem("Trade Support Services","contract-farming.html#trade-support");

			

			var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Raw Material Handling","herbal-products.html#raw");
		menu3.addItem("Production","herbal-products.html#production");
		menu3.addItem("Quality Assurance","herbal-products.html#quality");
		menu3.addItem("R & D","herbal-products.html#rnd");
		


	


	
	mtDropDown.renderAll();

	}

	


























	