		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 265, +260, mtDropDown.reference.bottomLeft);
		
		
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Herbal Remedies","herbal-remedies.html");
		menu1.addItem("Single Herb","herbal-remedie.html");
		
		mtDropDown.renderAll();
            
	}
