	//more javascript from http://www.smallrain.net
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  公司介绍 ", "gsjs.htm");
		menu1.addItem("  服务项目 ", "fwxm.htm");
		menu1.addItem("  公司部门 ", "gsbm.htm");
		menu1.addItem("  质量保证 ", "zlbz.htm");
		menu1.addItem("  行业新闻 ", "hyxw.htm");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  ISO翻译", "isofy.htm");
		menu2.addItem("  标书翻译", "bsfy.htm");
		menu2.addItem("  留学翻译", "lxfy.htm");
		menu2.addItem("  论文翻译", "lwfy.htm");
		menu2.addItem("  说明书翻译", "smsfy.htm");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  笔译报价", "byjg.htm");
		menu3.addItem("  口译报价", "kyjg.htm");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
				
		var menu5 = ms.addMenu(document.getElementById("menu5"));

		mtDropDown.renderAll();
	}
