	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
        //第一行菜单 Game52.com
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- 集团简介","jj.asp"); // send no URL if nothing should happen onclick
        menu1.addItem("- 荣誉资质","ry.asp"); 
		menu1.addItem("- 企业文化","wh.asp"); 
		menu1.addItem("- 属下企业","qy.asp"); 
		menu1.addItem("- 销售网络","xs.asp"); 
 
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- 新品推荐","cp.asp?action=best"); // send no URL if nothing should happen onclick
        menu2.addItem("- 千趣冻干鲜果脆","cp.asp?kindid=66"); 
		menu2.addItem("- 汤趣速食养生汤","cp.asp?kindid=67"); 
		menu2.addItem("- 特色农产品","cp.asp?kindid=68"); 
		menu2.addItem("- 出口深加工","cp.asp?kindid=69"); 
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- 人才理念","ln.asp"); // send no URL if nothing should happen onclick
        menu3.addItem("- 正在招聘 ","zp.asp"); 
		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- 联系我们","lx.asp"); // send no URL if nothing should happen onclick
		menu4.addItem("- 客户沟通","ly.asp"); // send no URL if nothing should happen onclick
       


		mtDropDown.renderAll();
	}

