function pageToolsBoxSize() {

  document.write(' <DIV class="pageTools" align="right" style="margin-right:5; margin-top:-23"> ');
  document.write(' <SPAN class=none style="FONT-SIZE: 10px">Type Size:</SPAN>');
  document.write('<A class=none style="FONT-SIZE: 11px; CURSOR: pointer" href="javascript:chooseStyle(\'none\',-1)"  checked="checked" style="margin-left:2"><STRONG>A</STRONG></A>');
  document.write('<A class=none style="FONT-SIZE: 14px; CURSOR: pointer" href="javascript:chooseStyle(\'typebg\',-1)" style="margin-left:2"><STRONG>A</STRONG></A>');
  document.write('<A class=none style="FONT-SIZE: 16px; CURSOR: pointer" href="javascript:chooseStyle(\'typebgr\',-1)" style="margin-left:2"><STRONG>A</STRONG></A>');
  document.write(' </DIV> ');

}

function pagePrint()
{
document.write('<img border="0" src="images/b_print.gif" alt="Print" width="19" height="14"> ');
document.write('<a href="#" onClick="window.print()" class="printer" style="FONT-SIZE: 11px; line-height:14px">Printer friendly</a><br>');
}

function pageToolsBoxPrint() {
  document.write(' <DIV class="pageTools"  align="right" style="margin-right:5; margin-top:5">');

if (window.print) pagePrint();

  document.write(' </div>');
}

function footer()
{
document.write(' <tr> ');
document.write('     <td colspan="3" align="center"> ');
document.write('       <a href="http://www.jabc.org" target="_blank"><img border="0"  ');
document.write(' src="images/jabc-logo.gif" width="190" height="45" alt="Junior Achivement of British Columbia"></a></td> ');
document.write('   </tr>   ');
}

function subnav()
{
document.write('     <map name="FPMap2"> ');
document.write('         <area href="index.html" shape="rect" coords="195, 5, 238, 23" alt="Home"> ');
document.write('         <area href="about.html" shape="rect" coords="245, 6, 286, 23" alt="About"> ');
document.write('         <area href="vision.html" shape="rect" coords="293, 5, 338, 23" alt="Vision"> ');
document.write('         <area href="leadership.html" shape="rect" coords="343, 6, 416, 24" alt="Leadership"> ');
document.write('         <area href="integrity.html" shape="rect" coords="421, 5, 479, 25" alt="Integrity"> ');
document.write('         <area href="legacy.html" shape="rect" coords="483, 6, 534, 24" alt="Legacy"> ');
document.write('         <area href="laureates.html" shape="rect" coords="37, 34, 106, 50" alt="Laureates"> ');
document.write('         <area href="ceremonies.html" shape="rect" coords="113, 33, 239, 49" alt="Induction Ceremonies"> ');
document.write('         <area href="nominations.html" shape="rect" coords="247, 34, 325, 51" alt="Nominations"> ');
document.write('         <area href="MediaKitNovember2006.pdf" target="_blank" shape="rect" coords="333, 34, 396, 50" alt="Media Kit"> ');
document.write('         <area href="donor.html" shape="rect" coords="403, 34, 479, 49" alt="Brick Donors"> ');
document.write('         <area href="http://www.cbhof.ca" target="_blank" shape="rect" coords="491, 34, 530, 49" ');
document.write(' alt="The Canadian Business Hall of Fame"> ');
document.write('         </map><img border="0" src="images/sub_nav.jpg" width="535" height="55" usemap="#FPMap2"> ');
}