	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- Brief introduction of company","Aboutus.asp?Title=Company profiles"); 
		menu1.addItem("- Quality guarantee system","Aboutus.asp?Title=Quality guarantee System");
		menu1.addItem("- R & D strength","Aboutus.asp?Title=R D strength");
	
	
//No.¶þ²Ëµ¥
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- Universal machine", "Product.asp"); 
		menu2.addItem("- CNC machine", "Products.asp"); 
		// send no URL if nothing should happen onclick
	
		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- Service contents", "NewsClass.asp?id=52");
		   
		
		// menu : 4
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- Talent strategy", "shownews.asp?id=53");
		menu4.addItem("- Reward and social insurance", "shownews.asp?id=54");
		menu4.addItem("- Labor contract", "shownews.asp?id=55");
		menu4.addItem("- Information for hire", "HrDemand.asp");
			
		// menu : 5
		var menu5 = ms.addMenu(document.getElementById("menu5"));

	
		mtDropDown.renderAll();
	}
