﻿if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, -13, 3, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("  &nbsp; 笔译服务 &nbsp;  ", "cn/fw_01.html");
menu1.addItem("  &nbsp; 口译服务 &nbsp;  ", "cn/fw_02.html");
menu1.addItem("  &nbsp; 同声传译 &nbsp;  ", "cn/fw_03.html");
menu1.addItem("  &nbsp; 多语种翻译 &nbsp;  ", "cn/fw_04.html");
menu1.addItem("  &nbsp; 行业解决方案 &nbsp;  ", "cn/fw_05.html");
menu1.addItem("  &nbsp; 本地化 &nbsp;  ", "cn/fw_06.html");
menu1.addItem("  &nbsp; 在线翻译 &nbsp;  ", "http://www.muyu.com");

var ms2 = new mtDropDownSet(mtDropDown.direction.down, -30, 3, mtDropDown.reference.bottomLeft);
var menu2 = ms2.addMenu(document.getElementById("menu2"));
menu2.addItem("  &nbsp; 笔译价格 &nbsp;  ", "cn/price_01.html");
menu2.addItem("  &nbsp; 口译价格 &nbsp;  ", "cn/price_02.html");
menu2.addItem("  &nbsp; 同传价格 &nbsp;  ", "cn/price_03.html");
menu2.addItem("  &nbsp; 本地化收费 &nbsp;  ", "cn/price_04.html");

var ms3 = new mtDropDownSet(mtDropDown.direction.down, -9, 3, mtDropDown.reference.bottomLeft);
var menu3 = ms3.addMenu(document.getElementById("menu3"));
menu3.addItem("  &nbsp; 国际翻译工作者宪章 &nbsp;  ", "cn/zl_01.html");
menu3.addItem("  &nbsp; 国家笔译服务规范 &nbsp;  ", "cn/zl_02.html");
menu3.addItem("  &nbsp; 国家口译服务规范 &nbsp;  ", "cn/zl_03.html");
menu3.addItem("  &nbsp; 译通翻译质量控制 &nbsp;  ", "cn/zl_04.html");
menu3.addItem("  &nbsp; 翻译质量控制指标 &nbsp;  ", "cn/zl_05.html");

var menu4 = ms3.addMenu(document.getElementById("menu4"));
menu4.addItem("  &nbsp; 委托流程 &nbsp;  ", "cn/kf_01.html");
menu4.addItem("  &nbsp; 常见问题 &nbsp;  ", "cn/kf_02.html");
menu4.addItem("  &nbsp; 友情提示 &nbsp;  ", "cn/kf_03.html");


var menu5 = ms3.addMenu(document.getElementById("menu5"));
menu5.addItem("  &nbsp; 关于译通 &nbsp;  ", "cn/yt_01.html");
menu5.addItem("  &nbsp; 译通客户 &nbsp;  ", "cn/yt_02.html");
menu5.addItem("  &nbsp; 应聘译通 &nbsp;  ", "cn/yt_03.html");
menu5.addItem("  &nbsp; 联系译通 &nbsp;  ", "cn/yt_04.html");

mtDropDown.renderAll();
}