		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.left, 100, -22, mtDropDown.reference.bottomLeft);
		
		
		if(document.getElementById("menu1")){
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Thymol Crystals","thymol-crystals.html");
		menu1.addItem("Thyme Oil 80-95","thymol-crystals.html#thyme");
		menu1.addItem("Ajwain Oil","thymol-crystals.html#ajwain");
		menu1.addItem("Carvacrol","thymol-crystals.html#carvacrol");
		menu1.addItem("Eugenol 99","thymol-crystals.html#eugenol");
		menu1.addItem("Humulene (85-92)","thymol-crystals.html#humulene");
		menu1.addItem("Patchouli Oil ( Pure )","l-carvone.html#patchouli");
		menu1.addItem("Patchouli Oil ( Standard )","l-carvone.html#patchoulioil");
		menu1.addItem("Crude Clove Leaf Oil","crude-clove.html");
		menu1.addItem("Beta-Caryophyllene (80-98)","crude-clove.html#rectifie");
		menu1.addItem("Crude Clove Terpene ( Caryophyllene 78 Min.)","crude-clove.html#crude");
		menu1.addItem("Rectified Clove Terpene (Caryophyllene 80%) ","crude-clove.html#rectified");
        menu1.addItem("Eucalyplus Oil 60%","eucalyptus-oil.html");
		menu1.addItem("Eucalyptus Oil 80%","eucalyptus-oil.html#eucalyptus80");
		menu1.addItem("Eucalyptol 99%","eucalyptus-oil.html#eucalyptol");
		menu1.addItem("Eucalyplus Terpene","eucalyptus-oil.html#terpene");
		menu1.addItem("L-Carvone 99","crude-clove.html#lcarvone");
		menu1.addItem("D - Carvone 99","crude-clove.html#dcarvone");
		menu1.addItem("Orange Oil ","eucalyptus-oil.html#orange");
		menu1.addItem("Essential Oils & Natural Fragrances ","eucalyptus-oil.html#essential");
		mtDropDown.renderAll();
}

	}

