		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Furniture Fabrics","furniture-fabrics.html");
		menu1.addItem("Insulation Fabrics","furniture-fabrics.html#insulation-fabrics");
		menu1.addItem("Wipes","wipes.html");
		menu1.addItem("Medicated Bands","wipes.html#medicated-bands");
		menu1.addItem("Filtration Fabrics","filtration-fabrics.html");
		menu1.addItem("Automotive Fabrics","automotive-fabrics.html");
		

	
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Geo Textile","geotextile.html");
		menu2.addItem("Waterproofing Fabrics","waterproofing-fabrics.html");
	
	
				
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Furnishing Fabrics","furnishing-fabrics.html");
		menu3.addItem("Mattresses Fire Barrier","mattresses-fire-barrier.html");
		

	
	    mtDropDown.renderAll();

	}





