	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
//µÚ¶þ²Ëµ¥
var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- Company Profile", "company.asp"); 
		menu1.addItem("- Qualification & Certificate", "certificate.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Achievement of PACTU", "performance.asp"); 
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- Random Packing", "products.asp?nclassid=572"); 
		menu3.addItem("- Structured Packings", "products.asp?nclassid=573"); 
		menu3.addItem("- Internals", "products.asp?nclassid=574"); 
		menu3.addItem("- Trays", "products.asp?nclassid=601"); 
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- Company News", "newsmore.asp?sort=1"); 
		menu5.addItem("- Industry News", "newsmore.asp?sort=2"); 
		menu5.addItem("- Recruitment", "newsmore.asp?sort=3"); 
		
		
		
		
	mtDropDown.renderAll();
	}
