
function showHeader()
{
//document.write( "<div id=navbar>" ) ;
//document.write( "  <a style=\"width: 25%;\" href=\"index.html\">Home</a>" ) ;
//document.write( "  <a href=\"team.html\">Team</a>" ) ;
//document.write( "  <a href=\"services.html\">Services</a>" ) ;
//document.write( "  <a href=\"contact.html\">Contact</a> " ) ;
//document.write( "</div> " ) ;

//document.write( "<div id=navbar>" ) ;
//document.write( "\n<ul>" ) ;
//document.write( "  <li class=nav><a href=\"index.html\">Home</a></li>" ) ;
//document.write( "  <li class=nav><a href=\"team.html\">Team</a></li>" ) ;
//document.write( "  <li class=nav><a href=\"services.html\">Services</a></li>" ) ;
//document.write( "  <li class=nav><a href=\"contact.html\">Contact</a></li> " ) ;
//document.write( "</ul> " ) ;
//document.write( "</div> " ) ;

document.write( "<div id=navbar>" ) ;
document.write( "<table style=\"width: 100%;\">" ) ;
document.write( "<tr>" ) ;
document.write( "  <td class=nav><a href=\"index.html\">Home</a></td>" ) ;
document.write( "  <td class=nav><a href=\"team.html\">Team</a></td>" ) ;
document.write( "  <td class=nav><a href=\"services.html\">Services</a></td>" ) ;
document.write( "  <td class=nav><a href=\"contact.html\">Contact</a></td> " ) ;
document.write( "</tr>" ) ;
document.write( "</table> " ) ;
document.write( "</div>" ) ;

document.write( "<div class=header>" ) ;
document.write( "<table class=header><tr>" ) ; 
document.write( "<td><hr style=\"border-style: solid; border-width: 3px; border-color: #00cc00;\" ></td>" ) ;
//document.write( "<td style=\"width: 80%; white-space: nowrap;\">California Financial & Investment Advisors, Inc.</td>" ) ;
document.write( "<td style=\"width: 80%; white-space: nowrap;\"><img src=\"images/logo_print.gif\"></td>" ) ;
document.write( "<td><hr style=\"border-style: solid; border-width: 3px; border-color: #00cc00;\" ></td>" ) ;
document.write( "</tr></table> " ) ;
document.write( "</div>" ) ;

}

function showTrailer()
{
  document.write( "<div class=trailer>\n\&copy 2008 California Financial Advisors<sup>®</sup>, Inc. All rights reserved.\n</div>" ) ;
}

