
function header(title) {
document.writeln('<LINK REL="SHORTCUT ICON" HREF="http://www.buildingbrightfutures.org/favicon.ico" />');
document.writeln('<TABLE WIDTH="100%" CELLPADDING="2" CELLSPACING="0">');
//document.writeln(' <TR BGCOLOR="#1b2e85">');
//document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'; document.w1.fontcolor=\'008080\'" onmouseout="this.bgColor=\'1b2e85\'"><FONT SIZE="-2"><B><A HREF="overview_whatis.html" STYLE="text-decoration:none; color:ffff00"><div name="w1">What Is The VAC?</div></A></B></FONT></TD>');
//document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'1b2e85\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="business.html" STYLE="text-decoration:none; color:ffff00">Why Should I Care?</A></B></FONT></TD>');
//document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'1b2e85\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="overview_howcan.html" STYLE="text-decoration:none; color:ffff00">How Can I Help?</A></B></FONT></TD>');
//document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'1b2e85\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="localaffiliates.html" STYLE="text-decoration:none; color:ffff00">For Local Affiliates</A></B></FONT></TD>');
document.writeln(' <TR BGCOLOR="#7e00a6">');
document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'; document.w1.fontcolor=\'008080\'" onmouseout="this.bgColor=\'7e00a6\'"><FONT SIZE="-2"><B><A HREF="overview_whatis.html" STYLE="text-decoration:none; color:ffff00"><div name="w1">What Is Building Bright Futures?</div></A></B></FONT></TD>');
document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'7e00a6\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="business.html" STYLE="text-decoration:none; color:ffff00">How Building Bright Futures Benefits You</A></B></FONT></TD>');
document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'7e00a6\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="overview_howcan.html" STYLE="text-decoration:none; color:ffff00">How Can I Help?</A></B></FONT></TD>');
document.writeln(' <TD STYLE="text-align:center; width:25%; border:1px #000000 solid;" onmouseover="this.bgColor=\'000000\'" onmouseout="this.bgColor=\'7e00a6\'"><FONT SIZE="-2" COLOR="#ffff00"><B><A HREF="regionalcouncils.html" STYLE="text-decoration:none; color:ffff00">For Regional Directors</A></B></FONT></TD>');
document.writeln(' </TR>');
document.writeln('</TABLE>');
document.writeln('<BR>');
//document.writeln('<TABLE WIDTH="100%" CELLPADDING="0" BORDER="0">');
//document.writeln('<TR><TD BGCOLOR="#000000">');
//document.writeln(' <TABLE WIDTH="100%" CELLPADDING="7">');
document.writeln(' <TABLE CELLPADDING="7" WIDTH="100%">');
//document.writeln(' <TR BGCOLOR="#1b2e85"><TD  STYLE="width:100%; border:1px #000000 solid;"><FONT FACE="Verdana" SIZE="+2" COLOR="#ffff00">' + title +'<BR>');
document.writeln(' <TR BGCOLOR="#7e00a6"><TD  STYLE="width:100%; border:1px #000000 solid;"><FONT FACE="Verdana" SIZE="+2" COLOR="#ffff00">' + title +'<BR>');
document.writeln(' </TD></TR>');
document.writeln(' </TABLE>');
//document.writeln('</TD></TR>');
//document.writeln('</TABLE>');
document.writeln('<BR>');

//document.writeln('<TABLE WIDTH="100%" CELLPADDING="0" BORDER="0">');
//document.writeln('<TR><TD BGCOLOR="#000000">');
//document.writeln('<TABLE WIDTH="100%" CELLPADDING="7" BORDER="0">');
//document.writeln(' <TR><TD ALIGN="LEFT" BGCOLOR="#ffff66">');
//document.writeln('<FONT FACE="Verdana" SIZE="+2" COLOR="#000000">');
//document.writeln(' <B>' + title + '</B>');
//document.writeln('</FONT>');
//document.writeln('</TD></TR>');
//document.writeln(' </TABLE>');
//document.writeln('</TD></TR>');
//document.writeln('</TABLE>');

document.writeln('<P>');

}

function footer() {
  document.writeln('<!-- Begin footer code -->');
  document.writeln('<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="7e00a6">');
  document.writeln('  <tr> ');
  document.writeln('    <td width="33%" align="center">');
  document.writeln('<div align="right"><em><strong><a href="index.html"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Home</font></a></strong></em></div></td>');
  document.writeln('    <td width="34%" align="center"><em><strong><a href="contact.html"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Contact ');
  document.writeln('      Us</font></a></strong></em></td>');
  document.writeln('    <td width="33%" align="center"><div align="left"><em><strong><a href="sitemap.html"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Site ');
  document.writeln('        map</font></a></strong></em></div></td>');
  document.writeln('  </tr>');
  document.writeln('</table>');
  document.writeln('<!-- End footer code-->');
}

