if (mtDropDown.isSupported()) {

	var ms = new mtDropDownSet(mtDropDown.direction.down, 5, 0, mtDropDown.reference.bottomLeft);

	//menu:1
	var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("公司介绍", "../about/");
	menu1.addItem("百思德哲学", "../about/index2.asp");
	menu1.addItem("合作伙伴", "../about/index3.asp");
	menu1.addItem("客户宗旨", "../about/index4.asp");
	menu1.addItem("培训风格", "../about/index5.asp");
	menu1.addItem("优秀团队", "../about/index6.asp");
	menu1.addItem("关注领域", "../field/");
	//menu1.addItem("服务客户", "../about/index7.asp");
				
		//var subMenu1 = menu1.addMenu(menu1.items[1]);
		//subMenu1.addItem("愿景", "../about/index2.asp");
		//subMenu1.addItem("使命", "../about/index2_2.asp");
		//subMenu1.addItem("价值观", "../about/index2_3.asp");

	//menu:4
	var menu4 = ms.addMenu(document.getElementById("menu4"));
	menu4.addItem("公开班计划", "../course/index2.asp");
	menu4.addItem("原创品牌课程", "../course/?IDTree=.0.69.");
	menu4.addItem("经典分类课程", "../course/?IDTree=.0.70.");
	menu4.addItem("近期热门课程", "../course/?IDTree=.0.71.");
	
	//menu:5
	var menu5 = ms.addMenu(document.getElementById("menu5"));
	menu5.addItem("BEST讲师顾问", "../teacher/");
	menu5.addItem("兼职讲师顾问", "../teacher/index2.asp");

	mtDropDown.renderAll();

}