if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		// menu1 : Services
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Introduction", "wire-mesh-company.htm");
		menu1.addItem("Message from President", "wire-mesh-president.htm");
		menu1.addItem("AAA Culture", "wire-mesh-culture.htm");

		// menu2 : Products
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Stainless Steel Woven Wire Mesh", "stainless_steel_woven_wire_mesh.htm");
		menu2.addItem("Stainless Steel Wire Mesh Filters", "stainless_steel_wire_mesh_filters.htm");
		
		// menu3 : Solutions
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Faq&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "wire-mesh-faq.htm");
		menu3.addItem("Weaving", "wire-mesh-weaving.htm");


		// menu4 : Portfolio
		//var menu4 = ms.addMenu(document.getElementById("menu4"));			
		// menu5 : About Us
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Quality control&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "wire-mesh-quality.htm");
		menu5.addItem("ISO Certificate", "wire-mesh-iso.htm");
/*
	
		// menu6 : Contact Us
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "#");
		menu6.addItem("Feedback", "#");
        */	
		mtDropDown.renderAll();
	}
