var g_HeadName_gif = "./images/home.gif";
var g_nClient = 115;

function ResizeContent()
{
   if (document.body)
   {
      var obj = document.getElementById("pgCont");
      if (obj)
      {
         if (obj.style.height != document.body.clientHeight - g_nClient)
            obj.style.height = document.body.clientHeight - g_nClient;
      }
   }
}

function BL_Header()
{
   var s = new Array();
   s.push("<tr><td height='70px'>");
   s.push("<table height='100%' width='100%' cellpadding='0' cellspacing='0' border='0'>");
   s.push("<tr><td width='120px'><img src='./images/canleft.jpg'></td>");
   s.push("<td align='center' bgcolor='#000099' style='line-height: 120%;'>");
   s.push("<font color='white'>Welcome to<br><font size=5><b>B<span style='font-variant: small-caps'>onnie</span> L<span style='font-variant: small-caps'>ake</span> C<span style='font-variant: small-caps'>ampground</span></b></font><br><b>1 - 705 - 645 - 4511</b></font>");

   s.push("</td></tr>");
   s.push("</table></td></tr>");
   document.write(s.join(""));
}
