
<!-- Bottom of Page Menu

<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!--*** several \ added to this code-->

document.write('<SCRIPT LANGUAGE="JavaScript">function popUp(URL,CAP) { ');

  document.write('var generator=window.open(URL,\'name\',\'height=425,width=410,left = 100,top = 100\'); ');
  document.write('generator.document.write(\'<html><head><title>The Hunter&acute;s Den Staff</title>\'); ');
  document.write('generator.document.write(\'</head><body background="site_images/background.gif"><center>\'); ');
  
  document.write('generator.document.write(\'<IMG SRC="\' + URL + \'"  border="2"><br/>\'); ');
  
  document.write('generator.document.write(CAP); ');
  document.write('generator.document.write(\'<p><a href="javascript:self.close()"> Close Window</a></p>\'); ');
  document.write('generator.document.write(\'</center></body></html>\'); ');
  document.write('generator.document.close(); ');
document.write('}' );
document.write('</script> ');
//  End -->