if (mtDropDown.isSupported()) {

	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

			
	//menu:2
	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("公司介绍", "index.php?default,about"); 
	menu2.addItem("公司理念", "index.php?default,philosophy");	
	menu2.addItem("公司新闻", "index.php?article,showlist");
	menu2.addItem("荣誉资质", "index.php?show,showlist");

	//menu:7
	var menu7 = ms.addMenu(document.getElementById("menu7"));
	menu7.addItem("服务标准", "index.php?default,service");
	menu7.addItem("A/S网络", "network.php");
	menu7.addItem("配件产品", "index.php?product,showlist,cate,49");

	//menu:4
	var menu4 = ms.addMenu(document.getElementById("menu4"));
	menu4.addItem("营销网络", "network.php");
	menu4.addItem("购买流程", "index.php?default,process");

	//menu:6
	var menu8 = ms.addMenu(document.getElementById("menu8"));
	menu8.addItem("招聘信息", "index.php?jobs,showlist");
	menu8.addItem("毛遂自荐", "recommended.php");
	

	mtDropDown.renderAll();

}
