function pop(theURL) { //v2.0
  window_handle = window.open(theURL,'pop','scrollbars=no,width=900,height=450');
  window_handle.focus();
}

function pop2(theURL) { //v2.0
  window_handle = window.open(theURL,'pop2','scrollbars=no,width=900,height=600');
  window_handle.focus();
}

function popSub(theURL) { //v2.0
  window_handle = window.open(theURL,'sub','scrollbars=yes,width=700,height=600');
  window_handle.focus();
}

function popBook(theURL) { //v2.0
  window_handle = window.open(theURL,'book','scrollbars=no,width=900,height=740');
  window_handle.focus();
}

function footer() {

document.write('<table cellspacing="0" width="100%" border="0"><tr>');    
document.write('<td width="20%"><div style="text-align:left; padding-left:10px"><a target="_blank" href="http://app.southeasttexas.bbb.org/report/10014674/"><img ');
document.write('border="0" src="images/logo-bbb.gif" width="65" height="100"></a></div></td>   ');
document.write('<td width="60%"><div id="ftxt" style="padding-top:30px">');

document.write('<a href="/">Explore</a> |  ');    
document.write('<a href="exp_exclusive.html">Exclusive</a> | ');
document.write('<a href="exp_showcasing.html">Showcasing</a> | ');
document.write('<a href="exp_estate.html">Estate Planning</a><BR>');
document.write('<BR style="line-height:5px">');
document.write('Copyright &copy; 2008-2011 First Fidelity Reserve ');

document.write('</div> </td>');
document.write('<td width="20%"><div style="text-align:right; padding-right:10px"></div></td>   ');
document.write('</tr></table> ');

}

function insider() {

document.write('    <div class="sbgl"><div id="shadowed">  ');
document.write('    <div style="text-align:center"><a href="insiders_club.php">  ');
document.write('    <img border="0" src="images/join_insider_club.jpg" width="230" height="200" alt="Join The Insiders Advantage Club!"></a></div>      ');        
document.write('    </div></div>  ');

}


