﻿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; 普通话配音 Putonghua&nbsp;  ", "cn/01_01.html");
menu1.addItem("  &nbsp; 英语配音 English&nbsp;  ", "cn/01_02.html");
menu1.addItem("  &nbsp; 韩语配音 Korean&nbsp;  ", "cn/01_03.html");
menu1.addItem("  &nbsp; 日语配音 Japnese&nbsp;  ", "cn/01_04.html");
menu1.addItem("  &nbsp; 法语配音 French&nbsp;  ", "cn/01_05.html");
menu1.addItem("  &nbsp; 德语配音 German&nbsp;  ", "cn/01_06.html");
menu1.addItem("  &nbsp; 俄语配音 Russian&nbsp;  ", "cn/01_07.html");
menu1.addItem("  &nbsp; 更多语种 More&nbsp;  ", "cn/01_00.html");

var ms2 = new mtDropDownSet(mtDropDown.direction.down, -5, 3, mtDropDown.reference.bottomLeft);
var menu2 = ms2.addMenu(document.getElementById("menu2"));
menu2.addItem("  &nbsp; 专题片配音 &nbsp;  ", "cn/02_01.html");
menu2.addItem("  &nbsp; 形象广告片配音 &nbsp;  ", "cn/02_02.html");
menu2.addItem("  &nbsp; 促销广告配音 &nbsp;  ", "cn/02_03.html");
menu2.addItem("  &nbsp; 教学课件配音 &nbsp;  ", "cn/02_04.html");
menu2.addItem("  &nbsp; 彩铃配音与制作 &nbsp;  ", "cn/02_05.html");
menu2.addItem("  &nbsp; 后期合成与剪辑 &nbsp;  ", "cn/02_06.html");
menu2.addItem("  &nbsp; 更多解决方案 &nbsp;  ", "cn/02_00.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/03_01.html");
menu3.addItem("  &nbsp; 童声角色配音 &nbsp;  ", "cn/03_02.html");
menu3.addItem("  &nbsp; 名人名角模仿配音 &nbsp;  ", "cn/03_03.html");
menu3.addItem("  &nbsp; 地方方言配音 &nbsp;  ", "cn/03_04.html");
menu3.addItem("  &nbsp; 配乐与配歌 &nbsp;  ", "cn/03_05.html");
menu3.addItem("  &nbsp; 数字声音素材 &nbsp;  ", "cn/03_06.html");
menu3.addItem("  &nbsp; 更多个性化配音 &nbsp;  ", "cn/03_00.html");


var menu4 = ms3.addMenu(document.getElementById("menu4"));
menu4.addItem("  &nbsp; 配音委托流程 &nbsp;  ", "cn/04_01.html");
menu4.addItem("  &nbsp; 常见配音问题 &nbsp;  ", "cn/04_02.html");
menu4.addItem("  &nbsp; 配音报价中心 &nbsp;  ", "cn/04_03.html");
menu4.addItem("  &nbsp; 友情提示 &nbsp;  ", "cn/04_04.html");
menu4.addItem("  &nbsp; 试听样音 &nbsp;  ", "cn/listen.html");

var menu5 = ms3.addMenu(document.getElementById("menu5"));
menu5.addItem("  &nbsp; 关于音必得 &nbsp;  ", "cn/05_01.html");
menu5.addItem("  &nbsp; 音必得客户 &nbsp;  ", "cn/05_02.html");
menu5.addItem("  &nbsp; 应聘音必得 &nbsp;  ", "cn/05_03.html");
menu5.addItem("  &nbsp; 联系音必得 &nbsp;  ", "cn/05_04.html");
menu5.addItem("  &nbsp; 音必得样音库 &nbsp;  ", "cn/listen.html");

mtDropDown.renderAll();
}