	if (mtDropDown.isSupported()) {
		
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

//==================菜单一=========================//
		var menu1 = ms.addMenu(document.getElementById("menu1"));         
		menu1.addItem("&nbsp;&nbsp;<font color='#0653a9'>业内动态</font>&nbsp;&nbsp;","http://www.0951fly.com/you/xinxi/index.asp?typeid=5"); 
		menu1.addItem("&nbsp;&nbsp;<font color='#0653a9'>打折快讯</font>&nbsp;&nbsp;","http://www.0951fly.com/you/xinxi/index.asp?typeid=6");
//=================菜单一的第1项的子菜单=========//
		/*var subMenu0 = menu1.addMenu(menu1.items[0]);
		subMenu0.addItem("&nbsp;&nbsp;余额信息查询", "http://www.0951fly.com");
		subMenu0.addItem("&nbsp;&nbsp;账户明细查询", "http://www.0951fly.com");	*/	
//=================菜单一的第5项的子菜单=========//
        /*var subMenu2 = menu1.addMenu(menu1.items[4]);
		subMenu2.addItem("&nbsp;&nbsp;账户基本信息", "http://www.0951fly.com");		
		
		subMenu2.addItem("&nbsp;&nbsp;修改基本信息", "http://www.0951fly.com");	
		subMenu2.addItem("&nbsp;&nbsp;修改登录密码", "http://www.0951fly.com");
		subMenu2.addItem("&nbsp;&nbsp;修改支付密码", "http://www.0951fly.com");
				
		subMenu2.addItem("&nbsp;&nbsp;设置提现银行账号", "http://www.0951fly.com");
		subMenu2.addItem("&nbsp;&nbsp;设置密码保护功能", "http://www.0951fly.com");		
		subMenu2.addItem("&nbsp;&nbsp;帐户变动通知服务", "http://www.0951fly.com");*/
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;&nbsp;<font color='#0653a9'>机票预订</font>&nbsp;&nbsp;", "http://www.0951fly.com/search/"); 
		menu2.addItem("&nbsp;&nbsp;<font color='#0653a9'>酒店订房</font>&nbsp;&nbsp;", "http://www.0951fly.com/you/jdbg/");
		//menu2.addItem("&nbsp;&nbsp;游戏充值&nbsp;&nbsp;", "http://www.0951fly.com","_blank"); 

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		/*menu3.addItem("&nbsp;&nbsp;Q币管理", "http://www.0951fly.com"); 
		menu3.addItem("&nbsp;&nbsp;Q点管理", "http://www.0951fly.com");
		menu3.addItem("&nbsp;&nbsp;一点通管理", "http://www.0951fly.com");
		menu3.addItem("&nbsp;&nbsp;综合查询", "http://www.0951fly.com");*/
		//document.getElementById("menu3").href="http://www.0951fly.com/search/order/my_RL/","_blank";

		mtDropDown.renderAll();
	}
