<!-- Hide from old browsers
function writeHPGAHeader(path_offset) {

  /* Draw gold edge profile */
  document.writeln('<tr>');
  document.writeln('<td style="height: 5px;background-image: url(&#39;'+path_offset+'images/hpga_banner_edge.jpg&#39;)">');
  document.writeln('</td>');
  document.writeln('</tr>');

  document.writeln('<tr>');
  document.writeln('<th style="height:80px;background: url(&#39;'+path_offset+'images/hpga_banner_bkgd.png&#39;) repeat-x">');
  document.writeln('<div style="float:left"><img src="'+path_offset+'images/hpga_logo.png"></div>');
  document.writeln('<div style="float:left"><img src="'+path_offset+'images/hpga_club.png"></div>');
  document.writeln('<div style="float:left"><img src="'+path_offset+'images/hpga_text.png"></div>');
  document.writeln('</th>');
  document.writeln('</tr>');

  /* Draw gold edge profile */
  document.writeln('<tr>');
  document.writeln('<td style="height: 5px;background-image: url(&#39;'+path_offset+'images/hpga_banner_edge.jpg&#39;)">');
  document.writeln('</td>');
  document.writeln('</tr>');
  document.writeln('<tr>');
  document.writeln('<td>');
  document.write('<table width="100%" cellspacing="0" cellpadding="0">');
  document.write('<tr>');
  document.write('<td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'hpga_home.php" target="_self">Hampshire PGA</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'alliance/ha.php" target="_self">Hants Alliance</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'patrons/hp.html" target="_self">Patrons of the HPGA</a></td>');
  document.write('</tr>');
  document.write('</table>');
  document.writeln('</td>');
  document.writeln('</tr>');

}

function writePageHeader(path_offset) {
  document.write('<div style="float:left"><img src="'+path_offset+'images\/anims\/hpga_logo_mini_anim.gif"><\/div>');
  document.write('<div style="float:left; margin-top:-1px"><img src="'+path_offset+'images\/hpga_text.gif"><\/div>');
  document.write('<div style="float:left; margin:0px"><img src="'+path_offset+'images\/hpga_banner_head.gif"><\/div>');
  document.write('<table width="100%" cellspacing="0" cellpadding="0">');
  document.write('<tr>');
  document.write('<td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'hpga_home.php" target="_self">Hampshire PGA</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'alliance/ha.html" target="_self">Hants Alliance</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'patrons/hp.html" target="_self">Patrons of the HPGA</a></td>');
  document.write('</tr>');
  document.write('</table>');
}
var curImage=0;
function swapImage(img) {
  curImage ^= 1;
  img.src = '../images/sponsors/statics/ha_fox-'+curImage+'.jpg';
}
// -->
