	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("Temperature Management", "products.shtml");

		menu1.addItem("Airway Management", "products.shtml");

		menu1.addItem("Gas Sampling Lines & Tubing Circuits", "products.shtml");

		menu1.addItem("Custom Products", "products.shtml");

	

		// menu2 : Services

		var menu2 = ms.addMenu(document.getElementById("menu2"));

		menu2.addItem("Design", "design.shtml");

		menu2.addItem("Product Development", "proddev.shtml");

		menu2.addItem("FDA Compliance", "fdacomp.shtml");

		menu2.addItem("Contract Manufacturing", "contractmfg.shtml");

		menu2.addItem("Plastic Injection Molding", "plasticinjectionmolding.shtml");

	

		// menu3 : Systems

		var menu3 = ms.addMenu(document.getElementById("menu3"));

		menu3.addItem("Quality Assurance", "qualityassurance.shtml");
		
		menu3.addItem("ISO 13485", "ISO13485.shtml");

		
		

		// menu4 : Plant Tour
		var menu4 = ms.addMenu(document.getElementById("menu4"));

		menu4.addItem("Plant Tour", "plant_tour.shtml");
		
	
		

		// menu5 : Case Studies

		menu6.addItem("Project Management Progress Reporting ", "tool_prog_report.shtml");

		menu6.addItem("Customer Support Stocking Program ", "cust_supp_kanban.shtml");		

		menu6.addItem("Medical Product Development ", "process_improve.shtml");

		menu6.addItem("Design for Manufacturability ", "review_manufact.shtml");
	

	



		

		

		// menu6 : About Us

		var menu6 = ms.addMenu(document.getElementById("menu6"));


		

		

		

		// menu8 : Contact Us

		var menu7 = ms.addMenu(document.getElementById("menu7"));

		menu7.addItem("Map to Truer", "contact_map.shtml");

		menu7.addItem("List of Contacts", "list_contact_us.shtml");

	



		mtDropDown.renderAll();

	}


