/* Display Pg HEADER */
function header( title )
{
  document.write('<font size=3>'); /* Default Font for entire page */
  document.write('<table width=100% border="0" cellspacing="3" cellpadding="0"><tr align="center">');
  homeicon();
  document.write('<td align="center">');
  document.write('<center><h1><font color=blue>');

  document.write(title);
  /* document.write('<font color=green>' + left(title, 1) + '</font>' + mid(title, 2, 99) + ' <font color=green>CCHE</font> '); */

  document.write('</font></h1><h5><font color=blue>');
  document.write('<font color=green>C</font>hrist <font color=green>C</font>entered ');
  document.write('<font color=green>H</font>ome <font color=green>E</font>ducators<br>');
  document.write('(<font color=green>CCHE</font>)');
  document.write('</font></h5></center></td>');
  document.write('');
  homeicon();
  document.write('</table><hr size=4 color=red>');
  return;
}

/* Display the HOME Icon w/Anchor */
function homeicon()
{
  document.write('<td width=12% align="center"><a href="index.html">');
  document.write('<img alt="Home" border=0 width=30 height=70 src="pics/pella.jpg">');
  document.write('<img alt="Home" border=0 width=45 height=90 src="pics/pella.jpg">');
  document.write('<img alt="Home" border=0 width=30 height=70 src="pics/pella.jpg">');
  document.write('</a></td>');
  return;
}
