﻿	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem(" &nbsp;&raquo;&nbsp; 知明简介 ", "/aboutus/?type=detail&id=6");
		menu1.addItem(" &nbsp;&raquo;&nbsp; 知明机构 ", "/aboutus/?type=detail&id=19");
		menu1.addItem(" &nbsp;&raquo;&nbsp; 知明荣誉 ", "/aboutus/?type=detail&id=20");


		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" &nbsp;&raquo;&nbsp; 知明律师 ", "/shop/?type=list");
	
		menu2.addItem(" &nbsp;&raquo;&nbsp; 精英推介 ", "/shop/");
		menu2.addItem(" &nbsp;&raquo;&nbsp; 实习天地 ", "/article7/");
		

		var menu3 = ms.addMenu(document.getElementById("menu3"));
			menu3.addItem(" &nbsp;&raquo;&nbsp; 律所实景 ", "/article3/?type=list&classid=82");
		menu3.addItem(" &nbsp;&raquo;&nbsp; 庆典活动 ", "/article3/?type=list&classid=81");
	
		menu3.addItem(" &nbsp;&raquo;&nbsp; 业务交流 ", "/article3/?type=list&classid=83");
		menu3.addItem(" &nbsp;&raquo;&nbsp; 文体活动 ", "/article3/?type=list&classid=84");
		
	


		
	

		


	



		mtDropDown.renderAll();
	}

