// JavaScript Document

function fntop()
{
var str="";
str+="<table width='780' align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr><td background='images/top.gif' height='19' class='tdphno' colspan='2' align='right'>(561) 832-5900 &nbsp;| &nbsp; <a href='index.php' class='black'>Home</a></td></tr>";
str+="<tr>";
str+="<td onMouseOver='hideall();' cplspan='2'><a href='index.php' title='Return Home'><img src='images/lawoffice.jpg' width='780' height='67' border='0'></a></td>";
str+="</tr>";
str+="<tR><td colspan='2'><img src='images/menu.gif' width='780' height='30' border='0' usemap='#Map'></td>";
str+="<tR bgcolor='#5A0717'><td colspan='2' height='4'><img src='images/spacer.gif' alt=''></td></tR>";
str+="<tR bgcolor='#FFFFFF'><td colspan='2' height='1'><img src='images/spacer.gif' alt=''></td></tR>";
str+="</table>";

str+="<map name='Map' id='Map'>";
str+="<area shape='rect' coords='1,1,107,30' href='our_firm.php' onMouseOver='hideall();' title='Our Firm'>";
str+="<area shape='rect' coords='112,1,261,34' href='areas_of_practice.php' onMouseOver='hideall();' title='Areas of Practice'>";
str+="<area shape='rect' coords='265,1,399,35' href='search.php?mode=area' onMouseOver='menu(0);'  title='Attorney Directory'>";
str+="<area shape='rect' coords='402,1,533,36' href='notable_cases.php' onMouseOver='hideall();' title='Notable Cases'>";
str+="<area shape='rect' coords='537,1,655,36' href='newsletter.php' onMouseOver='hideall();' title='Newsletter'>";
str+="<area shape='rect' coords='658,1,780,32' href='contact_us.php' onMouseOver='hideall();' title='Contact Us'>";
str+="</map>";
document.write(str);
}

function fntophome()
{
var str="";
str+="<table width='780' align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr><td background='images/top.gif' height='19' class='tdphno' colspan='2' align='right'>(561) 832-5900</td></tr>";
str+="<tr>";
str+="<td onMouseOver='hideall();' cplspan='2'><a href='index.php' title='Return Home'> <img src='images/lawoffice.jpg' width='780' height='67' border=0></a></td>";
str+="</tr>";
str+="<tR><td colspan='2'><img src='images/menu.gif' width='780' height='30' border='0' usemap='#Map'></td>";
str+="<tR bgcolor='#5A0717'><td colspan='2' height='4'><img src='images/spacer.gif' alt=''></td></tR>";
str+="<tR bgcolor='#FFFFFF'><td colspan='2' height='1'><img src='images/spacer.gif' alt=''></td></tR>";
str+="</table>";

str+="<map name='Map' id='Map'>";
str+="<area shape='rect' coords='1,1,107,30' href='our_firm.php' onMouseOver='hideall();' title='Our Firm'>";
str+="<area shape='rect' coords='112,1,261,34' href='areas_of_practice.php' onMouseOver='hideall();' title='Areas of Practice'>";
str+="<area shape='rect' coords='265,1,399,35' href='search.php?mode=area' onMouseOver='menu(0);'  title='Attorney Directory'>";
str+="<area shape='rect' coords='402,1,533,36' href='notable_cases.php' onMouseOver='hideall();' title='Notable Cases'>";
str+="<area shape='rect' coords='537,1,655,36' href='newsletter.php' onMouseOver='hideall();' title='Newsletter'>";
str+="<area shape='rect' coords='658,1,780,32' href='contact_us.php' onMouseOver='hideall();' title='Contact Us'>";
str+="</map>";
document.write(str);
}


function fnbtm()
{
var str="";
str+="<tR bgcolor='#5A0717'><td  height='4'><img src='images/spacer.gif' alt=''></td></tR>";
str+="<tr>";
str+="<td align='center' class='tddisclaimer'>";
str+=" >>  <b>Disclaimer</b> < <br /> The hiring of a lawyer is an important decision that should not be based solely upon advertisements. Before you decide, ask us to send you free written information about our qualifications and experience. By clicking “Submit” anywhere on the site, you agree that we may review any information you transmit to us. You recognize that our review of your information, even if it is highly confidential and even if it is transmitted in a good faith effort to retain us, does not preclude us from representing another client directly adverse to you, even in a matter where that information could and will be used against you.";
str+="</td>";
str+="</tr>";
str+="<tr>";
str+="<td class='tdbrown' align='center'><br>";
str+="<a href='our_firm.php' class='btmlinks' title='Our Firm'>Our Firm</a> &nbsp; : &nbsp; <a href='areas_of_practice.php' class='btmlinks' title='Areas of Practice'>Areas of Practice</a> &nbsp; : &nbsp;   ";
str+="<a href='search.php?mode=area' class='btmlinks' title='Attorney Directory'>Attorney Directory</a> &nbsp; : &nbsp; <a href='notable_cases.php' class='btmlinks' title='Notable Cases'>Notable Cases</a> &nbsp; : &nbsp;";
str+="<a href='newsletter.php' class='btmlinks' title='Newsletter'>Newsletter</a> &nbsp; : &nbsp; <a href='contact_us.php' class='btmlinks' title='Contact Us'>Contact Us</a> &nbsp;<br><br>";
str+="	</td>";
str+="</tr>	";
document.write(str);
}