		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		
        var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Organic Honey ","organic_honey.html");
		menu1.addItem("Oak Tassar Silk ","oak_forest_silk.html");
		menu1.addItem("Organic spices ","organic_spices.html");
		menu1.addItem("Organic Rajma ","organic_rajma.html");
		menu1.addItem("Ringhal Craft ","ringhal.html");
		

	
		
		/*var subMenu2 = menu1.addMenu(menu1.items[0]);
		subMenu2.addItem("Collection and Distribution","collection.html");
		subMenu2.addItem("Future Plans","future-plans.html");
		subMenu2.addItem("Impact","impact.html");
		subMenu2.addItem("Milk Marketing History","milk-marketing-history.html");
		subMenu2.addItem("Objectives and Strategy","strategy.html");*/
		
		
		/*var subMenu3 = menu1.addMenu(menu1.items[1]);
		subMenu3.addItem("Domicile Rights","#");
		subMenu3.addItem("Forest User's Rights","#");		
		*/
		
	
		
	
		
		

		
			
		
     
		
	    mtDropDown.renderAll();						
	}
