	//Write out the HTML Menus for the navigation.
	document.write("<table class='SubMenu' id='attorneysMenu' width='125' style='position:absolute;top:0;left:0;z-index:100;visibility:hidden' onmouseout='hideMenu()'>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='pjm.php' title='partners'>P. Jay McCarthy</a></td></tr>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='edw.php' title='associates'>E. Duane weston</a></td></tr>");
	//document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='ofcounsel.php' title='of counsel'>of counsel</a></td></tr>");
	document.write("</table>");

	document.write("<table class='SubMenu' id='areasOfPracticeMenu' width='125' style='position:absolute;top:0;left:0;z-index:100;visibility:hidden' onmouseout='hideMenu()'>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='adoption.php' title='adoption'>adoption</a></td></tr>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='commercial.php' title='commercial / real estate'>commercial / real estate</a></td></tr>");
	//document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='education.php' title='education / school law'>education / school law&nbsp;</a></td></tr>");
	//document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='estate.php' title='estate planning'>estate planning</a></td></tr>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='family.php' title='family law'>family law</a></td></tr>");
	document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='mediation.php' title='mediation services'>mediation services</a></td></tr>");
        //document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='personalinjury.php' title='personal injury'>personal injury</a></td></tr>");
	document.write("</table>");

	document.write("<table class='SubMenu' id='resourcesMenu' width='125' style='position:absolute;top:0;left:0;z-index:100;visibility:hidden' onmouseout='hideMenu()'>");
	//document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='links.php' title='links'>links</a></td></tr>");
	//document.write("<tr><td nowrap class='MenuElement'>&nbsp;&nbsp;<a href='news.php' title='news'>news</a></td></tr>");
	document.write("</table>");
