if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("Scouring Agent","scouring-agents.html#scouring-agents");
menu1.addItem("Wetting Agent","scouring-agents.html#synthowet-lf");
menu1.addItem("Anionic Surfactants","scouring-agents.html#synthoclean---sat");
menu1.addItem("Defoaming Agent","scouring-agents.html#syntho---d---foam");
mtDropDown.renderAll();

var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("Peroxide Stablizer","bleaching-agents.html#synthostab-h");
menu2.addItem("Peroxide Killer","bleaching-agents.html#synthokill-p");
mtDropDown.renderAll();

var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Antifoam Agent","dyeing-agents.html#syntho---d---foam");
menu3.addItem("Levelling Agent","dyeing-agents.html#syntholevel-dft");
menu3.addItem("Textile Lubricant","dyeing-agents.html#syntholube---j");
menu3.addItem("Dye Fixing Agent","dyeing-agents.html#synthofix-df");
menu3.addItem("Formaldehyde Free Dye Fixing Agent","dyeing-agents.html#synthofix-ff");
mtDropDown.renderAll();

var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("Textile Printing Inks","printing.html#textile-printing");
menu4.addItem("Stretch Khadi ( White Printing Ink)","printing.html#stretch-khadi");
menu4.addItem("Antifoil Khadi","printing.html#antifoil-khadi");
menu4.addItem("Gold Binder","printing.html#gold-binder");
menu4.addItem("Pigment Emulsions","printing.html#pigment-emulsions");
menu4.addItem("Printing Binder","printing.html#printing-binder");
menu4.addItem("Crack Khadi","printing.html#crack-khadi");
menu4.addItem("Flourscent Colours","printing.html#flourscent-colours");


mtDropDown.renderAll();

var menu5 = ms.addMenu(document.getElementById("menu5"));
menu5.addItem("Cationic Softner","finishing.html#cationic-softner");
menu5.addItem("Non-Ionic Softener","finishing.html#non-ionic-softener");
menu5.addItem("Amino Silicone Softner","finishing.html#amino-silicone-softner");
menu5.addItem("Silicone Softner","finishing.html#silicone-softner");
menu5.addItem("Stiffening Agent","finishing.html#stiffening-agent");
menu5.addItem("Melamine Formaldehyde Resin","finishing.html#melamine-formaldehyde-resin");
menu5.addItem("Urea Formaldehyde Resin","finishing.html#urea-formaldehyde-resin");
menu5.addItem("Cationic Finishing Agent","finishing.html#cationic-finishing-agent");
menu5.addItem("Cationic Softner Paste","finishing.html#cationic-softner-paste");
mtDropDown.renderAll();

/*var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("SYNTHOSOL SD","bleaching.html#synthosol-sd");
		menu1.addItem("SYNTHOWET-LF","bleaching.html#synthowet-lf");
		menu1.addItem("SYNTHOCLEAN - SAT","bleaching.html#synthoclean-sat");
	


		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("SYNTHOSTAB H","bleaching.html#synthostab-h");
		menu2.addItem("SYNTHOKILL P","bleaching.html#synthokill-p");



		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("SYNTHO - D - FOAM","bleaching.html#syntho-d-foam");
		menu3.addItem("SYNTHOLEVEL DFT","bleaching.html#syntholevel-dft");
		menu3.addItem("SYNTHOLUBE - J","bleaching.html#syntholube-j");
		menu3.addItem("SYNTHOFIX-DF","bleaching.html#synthofix-df");
		menu3.addItem("SYNTHOFIX-FF","bleaching.html#synthofix-ff");



		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("SYNTHOCAT-100","finishing.html#synthocat-100");
		menu4.addItem("SYNTHO CSNYW","finishing.html#syntho-csnyw");
		menu4.addItem("SYNTHO NYNIS","finishing.html#syntho-nynis");
		menu4.addItem("SYNTHOSILKY","finishing.html#synthosilk-y");
		menu4.addItem("SYNTHOTOUCH","finishing.html#synthotouch");
		menu4.addItem("SYNTHOSOFT SWNI","finishing.html#synthosoft-swni");
		menu4.addItem("SYNTHOTOUGH","finishing.html#synthotough");
		menu4.addItem("SYNTHOFIX MF","finishing.html#synthofix-mf");
		menu4.addItem("SYNTHOFIX UF","finishing.html#synthifix-uf");


		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("SYNTHOTEX- WT ","printing.html#synthotex-wt");
		menu5.addItem("SYNTHOPRINT RBX ","printing.html#synthoproint-rbx");
		menu5.addItem("SYNTOPRINT - Z ","printing.html#synthoprint-z");
		menu5.addItem("SYNTOTEX - XL ","printing.html#synthotex-xl");
		menu5.addItem("SYNTHOCRAFT","printing.html#synthocraft");
		menu5.addItem("SYNTHO L -4000","printing.html#syntho-l-4000");
		menu5.addItem("SYNTHOFIX- PPL ","printing.html#synthofix-ppl");














		mtDropDown.renderAll();

	}


		*/
		
}		
