	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("Plastic Injection Molding", "plast_inject_molding.shtml");

		menu1.addItem("Tool Making", "tool_making.shtml");

		menu1.addItem("Product Design & Development", "product_design_dev.shtml");

		menu1.addItem("Mechanical Assembly", "mech_assembly.shtml");

	



		



		// menu2 : Systems

		var menu2 = ms.addMenu(document.getElementById("menu2"));

		menu2.addItem("Quality Assurance", "quality_assurance.shtml");

		menu2.addItem("HKMS Management System Overview", "hkms_manage.shtml");

		menu2.addItem("HKMS Tooling Management System", "hkms_tooling.shtml");

		menu2.addItem("HKMS Molding Prodution Mgmt", "hkms_molding.shtml");

		menu2.addItem("Medical Products Processing", "med_prod_process.shtml");

	

		

	



		

		

		// menu3 : Price Quotes

		var menu3 = ms.addMenu(document.getElementById("menu3"));

		menu3.addItem("Downloads", "price_quotes.shtml");

		menu3.addItem("Molded Part Price Estimator", "mold_price_estimator.shtml");

	

		

		

		

		// menu4 : Plant Tour
		var menu4 = ms.addMenu(document.getElementById("menu4"));

		menu4.addItem("Plant Tour", "plant_tour.shtml");
		
		menu4.addItem("New Building", "plant_tour2.shtml");
	

		

		

	

		

		

		

		// menu5 : Customer Access

	

	



		

		

		// menu6 : Case Studies

		var menu6 = ms.addMenu(document.getElementById("menu6"));

		menu6.addItem("Tool Progress Reporting ", "tool_prog_report.shtml");

		menu6.addItem("HK HepaCell ", "hk_hepacell.shtml");

		menu6.addItem("Mold Information Books ", "mold_info_books.shtml");

		menu6.addItem("Customer Support KANBAN ", "cust_supp_kanban.shtml");		

		menu6.addItem("Process Improvement ", "process_improve.shtml");

		menu6.addItem("In-House Tooling Advantage ", "inhouse_tool_adv.shtml");

		menu6.addItem("Assembly Success Story", "assem_succ_story.shtml");

		menu6.addItem("Review for Manufacturability ", "review_manufact.shtml");

		

		

		

		// menu7 : Contact Us

		var menu7 = ms.addMenu(document.getElementById("menu7"));

		menu7.addItem("Map to HK", "contact_map.shtml");

		menu7.addItem("List of Contacts", "list_contact_us.shtml");

		menu7.addItem("Employment Opportunities", "EmploymentOpps.shtml");




		mtDropDown.renderAll();

	}

