<!--function mmLoadMenus() {  if (window.mm_menu_0105114205_0) return;    window.mm_menu_0105114205_0 = new Menu("root",150,16,"Verdana, Arial, Helvetica, sans-serif",10,"#666633","#FFFFFF","#CCCC99","#666633","left","middle",3,0,500,-5,7,true,true,true,0,false,true);        mm_menu_0105114205_0.addMenuItem("Sarah&nbsp;S.&nbsp;Fanzini","location='profiles/13site.html'");   mm_menu_0105114205_0.addMenuItem("Nathaniel&nbsp;O.&nbsp;Hubley","location='profiles/3site.html'");   mm_menu_0105114205_0.addMenuItem("Ben&nbsp;D.&nbsp;Ice","location='profiles/2site.html'");   mm_menu_0105114205_0.addMenuItem("Heidi&nbsp;K.&nbsp;Koeneman","location='profiles/6site.html'");     mm_menu_0105114205_0.addMenuItem("Beth&nbsp;W.&nbsp;Munz","location='profiles/1site.html'");  mm_menu_0105114205_0.addMenuItem("Edward&nbsp;L.&nbsp;Murphy,&nbsp;Jr.","location='profiles/4site.html'");  mm_menu_0105114205_0.addMenuItem("Kevin&nbsp;C.&nbsp;Rasp","location='profiles/7site.html'");     mm_menu_0105114205_0.fontWeight="bold";   mm_menu_0105114205_0.hideOnMouseOut=true;   mm_menu_0105114205_0.bgColor='#555555';   mm_menu_0105114205_0.menuBorder=1;   mm_menu_0105114205_0.menuLiteBgColor='#FFFFFF';   mm_menu_0105114205_0.menuBorderBgColor='#777777';      window.mm_menu_0105141824_0 = new Menu("root",242,16,"Verdana, Arial, Helvetica, sans-serif",10,"#666633","#FFFFFF","#CCCC99","#666633","left","middle",3,0,500,-5,7,true,true,true,0,false,true);  mm_menu_0105141824_0.addMenuItem("Construction&nbsp;Litigation","location='main/5site.html'");  mm_menu_0105141824_0.addMenuItem("Commercial&nbsp;Litigation","location='main/4site.html'");  mm_menu_0105141824_0.addMenuItem("Employment&nbsp;Litigation","location='main/7site.html'");    mm_menu_0105141824_0.addMenuItem("Appellate&nbsp;Practice","location='main/8site_appellate.html'");  mm_menu_0105141824_0.addMenuItem("General&nbsp;Litigation","location='main/8site.html'");    mm_menu_0105141824_0.addMenuItem("Health&nbsp;Care&nbsp;Representation","location='main/9site.html'");  mm_menu_0105141824_0.addMenuItem("Personal&nbsp;Injury&nbsp;and&nbsp;Wrongful&nbsp;Death","location='main/11site.html'");  mm_menu_0105141824_0.addMenuItem("Product&nbsp;Liability","location='main/12site.html'");   mm_menu_0105141824_0.fontWeight="bold";   mm_menu_0105141824_0.hideOnMouseOut=true;   mm_menu_0105141824_0.bgColor='#555555';   mm_menu_0105141824_0.menuBorder=1;   mm_menu_0105141824_0.menuLiteBgColor='#FFFFFF';   mm_menu_0105141824_0.menuBorderBgColor='#777777';mm_menu_0105141824_0.writeMenus();} // mmLoadMenus()function MM_showMenu(menu, x, y, child, imgname) {	if (!window.mmWroteMenu) return;	MM_clearTimeout();	if (menu) {		var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];		x = moveXbySlicePos (x, obj);		y = moveYbySlicePos (y, obj);	}	if (document.layers) {		if (menu) {			var l = menu.menuLayer || menu;			l.top = l.left = 1;			hideActiveMenus();			if (this.visibility) l = this;			window.ActiveMenu = l;		} else {			var l = child;		}		if (!l) return;		for (var i=0; i<l.layers.length; i++) { 			   			if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";			if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);		}		if (l.parentLayer) {			if (x != "relative") l.parentLayer.left = x || window.pageX || 0;			if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);			if (y != "relative") l.parentLayer.top = y || window.pageY || 0;			if (l.parentLayer.isContainer) {				l.Menu.xOffset = window.pageXOffset;				l.Menu.yOffset = window.pageYOffset;				l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;				l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;				if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;			}		}		l.visibility = "inherit";		if (l.Menu) l.Menu.container.visibility = "inherit";	} else if (FIND("menuItem0")) {		var l = menu.menuLayer || menu;			hideActiveMenus();		if (typeof(l) == "string") l = FIND(l);		window.ActiveMenu = l;		var s = l.style;		s.visibility = "inherit";		if (x != "relative") {			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;			s.left = s.pixelLeft + 'px';		}		if (y != "relative") {			s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;			s.top = s.pixelTop + 'px';		}		l.Menu.xOffset = document.body.scrollLeft;		l.Menu.yOffset = document.body.scrollTop;	}	if (menu) window.activeMenus[window.activeMenus.length] = l;	MM_clearTimeout();}//-->