	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu2"));
		menu1.addItem("- 公司动态","otype.asp?owen1=集团新闻"); // send no URL if nothing should happen onclick
		menu1.addItem("- 业界信息","otype.asp?owen1=业界信息"); // send no URL if nothing should happen onclick
		menu1.addItem("- 集团杂志","otype.asp?owen1=集团杂志"); // send no URL if nothing should happen onclick
			mtDropDown.renderAll();
	}






 


