	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- Co,introduction","about.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Co,culture","Culture.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Organization","Structure.asp");
		menu1.addItem("- Spiritual idea","History.asp");
		menu1.addItem("- Contact us","Contact.asp");	
	
//µÚ¶þ²Ëµ¥
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- Company news", "news.asp"); 
		menu2.addItem("- Industry news", "yenews.asp"); // send no URL if nothing should happen onclick
	
		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- Product Show", "Product.asp");
		menu3.addItem("- Product CLASS", "Products.asp");
	    menu3.addItem("- Product Search", "search.asp");
		
			
			
			
		// menu : 7
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("- Member center", "Server.asp");
		menu7.addItem("- Message feedback", "Feedback.asp");
		menu7.addItem("- Message center", "NetBook.asp");
		menu7.addItem("- Order search", "E_shop.asp");		
	
		mtDropDown.renderAll();
	}
