	if (mtDropDown.isSupported()) {



		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);



		// menu1 : Capabilities

		var menu1 = ms.addMenu(document.getElementById("menu1"));

		menu1.addItem("Screw Machine Products", "screw_machine_products.shtml");

		menu1.addItem("Tool Making", "tool_making.shtml");
		
		menu1.addItem("Quality Assurance", "quality_assurance.shtml");

		menu1.addItem("Design Review for Manufacturability", "product_design_dev.shtml");

		menu1.addItem("Mechanical Assembly", "mech_assembly.shtml");

	




		// menu2 : Price Quotes

		var menu2 = ms.addMenu(document.getElementById("menu2"));

		menu2.addItem("Download Quote Specification Form", "price_quotes.shtml");

		menu2.addItem("Upload Part File for quotation", "customer_upload.shtml");

		

		

		

		// menu3 : Plant Tour
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));

		menu3.addItem("Plant Tour", "plant_tour.shtml");

	



		

		

	

		

		

		

		// menu4 : Customer Access

	

	

	



		

		

		// menu5 : Case Studies

		var menu5 = ms.addMenu(document.getElementById("menu5"));

		menu5.addItem("Eliminating Second Operations", "eliminating_second.shtml");

		menu5.addItem("Design for manufacturability", "design_for_man.shtml");

		menu5.addItem("Customer Support", "cust_supp.shtml");		

		menu5.addItem("Chip Processing.shtml", "chip_processing.shtml");

		menu5.addItem("Waste Water Recycling", "waste_water.shtml");
		
		menu5.addItem("HK Proprietary Cutoff Saw ", "proprietary_cutoff_saw.shtml");
		

		

		

		

		// menu6 : Contact Us

		var menu6 = ms.addMenu(document.getElementById("menu6"));

		menu6.addItem("Map to HK", "contact_map.shtml");

		menu6.addItem("List of Contacts", "contact_list.shtml");

	



		mtDropDown.renderAll();

	}


