	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- 公司简介","news.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- 组织机构","news5.asp"); // send no URL if nothing should happen onclick

// menu : 2
		var menu2 = ms.addMenu(document.getElementById("menu2"));
	    menu2.addItem("- 修改密码", "/xgmm.asp");
		menu2.addItem("- 查看积分", "/jfck.asp");
		menu2.addItem("- 消费记录", "/xfcx.asp");	 	
		menu2.addItem("- 设计方案", "/sjfasq.asp");	    
   		menu2.addItem("- 注销退出", "/Loginout.asp");	    
		
		
	
		mtDropDown.renderAll();
	}
