﻿	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, -10, -1, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("资历证书&nbsp;", "zbjj.shtml" );
				menu1.addItem("主编致词&nbsp;", "zbzc.shtml" );
						menu1.addItem("译审队伍&nbsp;", "ysjj.shtml" );
								menu1.addItem("联系主编&nbsp;", "lxzb.shtml" );
										menu1.addItem("品牌文化&nbsp;", "wzgw.shtml" );
                        		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  &nbsp;客户须知&nbsp;  ", "khxz.shtml");
        menu2.addItem("  &nbsp;翻译报价&nbsp;  ", "fybj.shtml");
		menu2.addItem("  &nbsp;隐私权政策&nbsp;  ", "ysqzc.shtml");
				menu2.addItem("  &nbsp;翻译合同&nbsp;  ", "fyht.shtml");
        menu2.addItem("  &nbsp;质量保证&nbsp;  ", "zlbz.shtml");
		menu2.addItem("  &nbsp;服务范围&nbsp;  ", "fwfw.shtml");
		menu2.addItem("  &nbsp;翻译流程&nbsp;  ", "fylc.shtml");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  &nbsp;招生信息&nbsp;", "zsxx.shtml");
				menu3.addItem("  &nbsp;学员反馈&nbsp;", "yxxy.shtml");
						//menu3.addItem("  &nbsp;在线调查&nbsp;", "zxdc.shtml");
		   		menu3.addItem("  &nbsp;在线报名&nbsp;", "zxbm.shtml");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  &nbsp;译人译事&nbsp;", "yrys.shtml");
		menu4.addItem("  &nbsp;本站动态&nbsp;", "wzdt.shtml");

						
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  &nbsp;在线应聘&nbsp;", "zxyp.shtml");
		menu5.addItem("  &nbsp;专家团队&nbsp;", "zjtd.shtml");
       
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  &nbsp;合作学校&nbsp;", "jsgz.shtml");
		menu6.addItem("  &nbsp;评奖规则&nbsp;", "jsyw.shtml");
		menu6.addItem("  &nbsp;获奖名单&nbsp;", "hjmd.shtml");


		
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("  &nbsp;诚邀合作&nbsp;", "cyhz.shtml");
		menu7.addItem("  &nbsp;客户心声&nbsp;", "khxs.shtml");

            

		
		mtDropDown.renderAll();
	}
