	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		

	
//第二菜单
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- 自驾游", "linechaxun.asp?leixing=散客"); 
		menu2.addItem("- 出团游", "linechaxun.asp?leixing=团队"); // send no URL if nothing should happen onclick
	
		// menu : 3
		
		
		// menu : 4
		
		
		// menu : 5
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- 旅游信息", "lyzn.asp?name=旅游咨讯");
		menu5.addItem("- 趣味旅游", "lyzn.asp?name=特色新闻");

		// menu : 6
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("- 预定须知", "ydxz.asp");
		
			
		// menu : 7
		
		
	
		mtDropDown.renderAll();
	}

