	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 Structure","Channel.asp?ChannelID=4"); // send no URL if nothing should happen onclick
		menu1.addItem("- Personnel Mien","Channel.asp?ChannelID=5"); // send no URL if nothing should happen onclick
		menu1.addItem("- Recruit information","Channel.asp?ChannelID=9"); // send no URL if nothing should happen onclick
		menu1.addItem("- Company Video","Channel.asp?ChannelID=8");
	
//µÚ¶þ²Ëµ¥

	
		// menu : 2
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- Orthodontic pliers", "Product.asp?PicClassID=1");
		menu2.addItem("- LED curing light", "Product.asp?PicClassID=2");
		menu2.addItem("- apex locator", "Product.asp?PicClassID=3");
		menu2.addItem("- Orthodontic tool", "Product.asp?PicClassID=4");
		menu2.addItem("- Orthodontic attachment", "Product.asp?PicClassID=5");
		menu2.addItem("- Other", "Product.asp?PicClassID=6");
		
		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- Product Catalog", "Download.asp?SoftClassID=2");
		menu3.addItem("- Picture", "Download.asp?SoftClassID=3");
		menu3.addItem("- Drivers", "Download.asp?SoftClassID=4");
		
				// menu : 4
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- Industry News", "Article.asp?ArtClassID=6");
		menu4.addItem("- Exhibition Information", "Article.asp?ArtClassID=7");
		menu4.addItem("- Internal News", "Article.asp?ArtClassID=4");
		
		// menu : 5
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- Message", "bookwrite.asp");

			// menu : 6
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("- Address", "Channel.asp?ChannelID=2");
		menu6.addItem("- line Contact", "bookwrite.asp");

		mtDropDown.renderAll();
	}
