	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		// menu1 : hkplastics
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Home", "http://www.hkplasticseng.com/index.shtml");
		menu1.addItem("Capabilities", "http://www.hkplasticseng.com/capabilities.shtml");
		menu1.addItem("Systems", "http://www.hkplasticseng.com/systems.shtml");
		menu1.addItem("Price Quotes", "http://www.hkplasticseng.com/price_quotes.shtml");
		menu1.addItem("Plant Tour", "http://www.hkplasticseng.com/plant_tour.shtml");
		menu1.addItem("Customer Access", "http://www.hkplasticseng.com/customer_access.shtml");
		menu1.addItem("Case Studies", "http://www.hkplasticseng.com/case_studies.shtml");
		menu1.addItem("Contact Us", "http://www.hkplasticseng.com/contact_us.shtml");
		menu1.addItem(".............................................................", "");
		

		// menu2 : hkscrews
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Home", "http://www.hkscrewproducts.com/index.shtml");
		menu2.addItem("Capabilities", "http://www.hkscrewproducts.com/capabilities.shtml");
		menu2.addItem("Price Quotes", "http://www.hkscrewproducts.com/price_quotes.shtml");
		menu2.addItem("Plant Tour", "http://www.hkscrewproducts.com/plant_tour.shtml");
		menu2.addItem("Customer Access", "http://www.hkscrewproducts.com/customer_access.shtml");
		menu2.addItem("Case Studies", "http://www.hkscrewproducts.com/case_studies.shtml");
		menu2.addItem("Contact Us", "http://www.hkscrewproducts.com/contact_us.shtml");
		menu2.addItem("....................................................................", "");
	
	
		
	
		
		

		mtDropDown.renderAll();
	}
