//---------------------------------------------------------------------
// Common header for each display page
//    * needs a variable 'nowtitle' set on each page for subtitle
//---------------------------------------------------------------------
var maintitle = "Eagle Peak Shooting Range";
document.writeln("<table border=4 align=center bgcolor=peru bordercolor=white width='90%' cellpadding=0 cellspacing=0>");
document.writeln("<tr><td align=center>");
document.writeln("  <table border=0 bgcolor=peru cellspacing=0 cellpadding=0 width='100%'>");
document.writeln("    <tr><td>&nbsp;<img src=images/epsr_logo.gif border=2 width=200 height=119></td>");
document.writeln("        <td align=center>&nbsp;&nbsp;<font size=+2 color=white><b>Eagle Peak Shooting Range</b></font>");
document.writeln("        <br><font size=+2 color=black><b>");
document.writeln(nowtitle);
document.writeln("</b></font></td>");     
document.writeln("        <th align=right><img src=images/epsr_logo.gif border=2 width=200 height=119>&nbsp;</th></tr>");
                                     
document.writeln("  </table>");
document.writeln("<table border=3 align=center width='100%' bgcolor=white bordercolor=peru>");
document.writeln("<tr><th><a href='epsr.htm'>       Home</a></th>");
document.writeln(    "<th><a href='riflerange.html'>  Rifle Range</a></th>");
document.writeln(    "<th><a href='pistolrange.html'> Pistol Range</a></th>");
document.writeln(    "<th><a href='shotgunrange.html'>Shotgun Range</a></th>");
document.writeln(    "<th><a href='classes.html'>     Classes</a></th>");
document.writeln(    "<th><a href='rangerules.html'>  Rules</a></th>");
document.writeln(    "<th><a href='guns.html'>  Rentals</a></th>");
document.writeln(    "<th><a href='links.html'>       Links</a></th>");
document.writeln(    "<th><a href='map.html'>         Map</a></th>");
document.writeln(    "<th><a href='hunts.html'>       Hunts</a></th>");
document.writeln(    "<th><a href='contact.html'>Contact Us</a></th>");
document.writeln(    "<th><a href='./gpsr/gpsr.htm'>  Garland Public Shooting Range</a></th>");
document.writeln("</tr></table>");
document.writeln("</td></tr></table>");
