

function startGlenhoya()
{
  document.write('<TABLE class="table" width="830" align="center" cellpadding="3" cellspacing="3" border="0">');

  document.write('<tr>');
  document.write('<td align="center" colspan="2"  class="titlebanner">');
  document.write('<IMG src="../img/banner2.jpg" align="center" border="0" class="titlebanner" vspace="5" hspace="0">');
  document.write('</td>');
  document.write('</tr>');

  document.write('<tr class="table">');

  document.write('<td width="200" class="table" valign="top" align="left">');
  document.write('<br>');
  document.write('<iframe src="navlinks.html" scrolling="no" width="170" height="500" frameborder="0" align="left"></iframe>');
  document.write('</td>');

  document.write('<!--   MAIN EDIT AREA   -->');

  document.write('<td valign="top" align="right" width="630">');
}



function endGlenhoya(pTitle)
{
  document.write('<!-- END MAIN EDIT AREA -->');
  document.write('</td>');

  document.write('</tr>');

  document.write('<tr>');
  document.write('<td align="center" class="defaultbg" colspan="2">');
  document.write('&#169;Copyright 2007');
  document.write('<br>');
  document.write('</td>');
  document.write('</tr>');

  document.write('</table>');
}






function startGlenhoyaIndex()
{
  document.write('<TABLE class="table" width="830" align="center" cellpadding="3" cellspacing="3" border="0">');

  document.write('<tr>');
  document.write('<td align="center" colspan="2"  class="titlebanner">');
  document.write('<IMG src="img/banner2.jpg" align="center" border="0" class="titlebanner" vspace="5" hspace="0">');
  document.write('</td>');
  document.write('</tr>');

  document.write('<tr class="table">');

  document.write('<td width="200" class="table" valign="top" align="left">');
  document.write('<br>');
  document.write('<iframe src="pages/navlinks.html" scrolling="auto" width="170" height="500" frameborder="0" align="left"></iframe>');
  document.write('</td>');

  document.write('<!--   MAIN EDIT AREA   -->');

  document.write('<td valign="top" align="right" width="630">');
}



function endGlenhoyaIndex(pTitle)
{
  document.write('<!-- END MAIN EDIT AREA -->');
  document.write('</td>');
  document.write('</tr>');

  document.write('<tr>');
  document.write('<td align="center" class="defaultbg" colspan="2">');
  document.write('<img src="img/vineslandscape1.jpg" align="right" border="0" width="610"');
  document.write('<br>');
  document.write('</td>');
  document.write('</tr>');

  document.write('<tr>');
  document.write('<td align="center" class="defaultbg" colspan="2">');
  document.write('&#169;Copyright 2007');
  document.write('<br>');
  document.write('</td>');
  document.write('</tr>');
  document.write('</table>');
}






