		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Profile","Greencover Profile.html");
		menu1.addItem("Export & Trading","export_&_trading.html");
		menu1.addItem("Processing","processing.html");
		menu1.addItem("Projects Inline","projects.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Spices","Spices/index.html");
		menu2.addItem("Herbs","Herbs/index.html");
		menu2.addItem("Aromatic Oil","Aromatic_oil/index.html");
		menu2.addItem("Rice","Rice/index.html");
		menu2.addItem("Passion Fruits","Passion_fruits/index.html");
		menu2.addItem("Tea","Tea/index.html");
	

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("North East India","north_east_india.html");
		menu3.addItem("Assam","assam.html");
		menu3.addItem("Map","map.html");
		menu3.addItem("How To Reach","how_to_reach.html");

		

		mtDropDown.renderAll();
	}