<!--
	function mmLoadMenus() {
	if (window.lawyer_dropdown) return;
	window.lawyer_dropdown = new Menu("root",175,25,"Verdana, Helvetica, sans-serif",10,"#e6edf3","#053695","#053695","#e6edf3","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
	lawyer_dropdown.addMenuItem("JANE-HOLLY WEINTRAUB","location='jane_holly_weintraub.html'");
	lawyer_dropdown.addMenuItem("DAVID C. WING","location='david_wing.html'");
	lawyer_dropdown.fontWeight="bold";
	lawyer_dropdown.hideOnMouseOut=true;
	lawyer_dropdown.bgColor='#053695';
	lawyer_dropdown.menuBorder=1;
	lawyer_dropdown.menuLiteBgColor='#053695';
	lawyer_dropdown.menuBorderBgColor='#053695';
	
	lawyer_dropdown.writeMenus();
} // mmLoadMenus()
//-->

