	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","about.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Culture","gswh.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Organization","zzjg.asp");
		menu1.addItem("- Course","History.asp");
		menu1.addItem("- Contact us","Contact.asp");	
	
//µÚ¶þ²Ëµ¥
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- News", "news.asp"); 
		menu2.addItem("- Inner news", "yenews.asp"); // send no URL if nothing should happen onclick
	
		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- Product shows", "Product.asp");
		menu3.addItem("- Product classifies", "Products.asp");
		
		// menu : 4
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- Enterprise honour", "Honor.asp");
		menu4.addItem("- Company image", "Img.asp");
		
		// menu : 5
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- Home market", "guonei.asp");
		menu5.addItem("- Overseas market", "guowai.asp");

		// menu : 6
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("- Recruit", "Job.asp");
		menu6.addItem("- Tactics", "Jobs.asp");		
			
		// menu : 7
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("- Member centre", "Server.asp");
		menu7.addItem("- Information feedback", "Feedback.asp");
		menu7.addItem("- MSG|WTG centre", "NetBook.asp");
		menu7.addItem("- Query about your order", "E_shop.asp");		
	
		mtDropDown.renderAll();
	}
