		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;&nbsp; About Amla&nbsp;&nbsp;","amla.htm#ABOUT_AMLA");
		menu2.addItem("&nbsp;&nbsp; About Aloevera&nbsp;&nbsp;","aloevera.htm#ABOUT_ALEOVERA");
        menu2.addItem("&nbsp;&nbsp; About Ayurveda&nbsp;&nbsp;","ayurveda.htm#ABOUT_AYURVEDA");	
               

	    var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem(" Dietary Supplements","supplements.htm#SUPPLEMENTS");
		menu3.addItem(" Personal Care Products","personalcare.htm#SKINCARE");
		menu3.addItem(" RTS Drinks","drinks.htm#DRINK");
		menu3.addItem(" Other Herbal Products","other.htm#OTHER");

		
		mtDropDown.renderAll();

	}


