	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- About us","into.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Culture","into1.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Organization","into2.asp");
		menu1.addItem("- Company Honor","honor.asp");
		menu1.addItem("- Contact Us","contact.asp");	
	
//µÚ¶þ²Ëµ¥
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- Production Equipment", "scsb.asp"); 
		menu2.addItem("- Testing Equipment", "jcsb.asp"); 
		menu2.addItem("- Technical force", "jsll.asp"); // send no URL if nothing should happen onclick
		mtDropDown.renderAll();
	}

