function fOpenWin(page) {
  switch(page){
    case "flyer_PBClub" :
      objWindow = window.open("event_flyers/PBClub.html", "", "scrollbars=yes,resizable=yes,width=650,height=500");
      break;
    case "flyer_10Sale" :
      objWindow = window.open("event_flyers/10Sale.html", "", "scrollbars=yes,resizable=yes,width=650,height=500");
      break;
    case "Tournament_Registration" :
      objWindow = window.open("forms/Tournament_Registration.html", "", "scrollbars=yes,resizable=yes,width=675,height=650");
      break;
    case "Field_Equipment_Reservation" :
      objWindow = window.open("forms/Field_Equipment_Reservation.html", "", "scrollbars=yes,resizable=yes,width=675,height=650");
      break;
    case "summer_special" :
      objWindow = window.open("event_flyers/summer_special.html", "", "scrollbars=yes,resizable=yes,width=675,height=650");
      break;
    case "team_tryouts" :
      objWindow = window.open("event_flyers/team_tryouts.html", "", "scrollbars=yes,resizable=yes,width=675,height=750");
      break;
    case "flyer_ppc" :
//      objWindow = window.open("event_flyers/ppc_07.html", "", "scrollbars=yes,resizable=yes,width=825,height=800");
      objWindow = window.open("http://www.ppcseries.com", "", "scrollbars=yes,resizable=yes,width=825,height=850");
      break;
  }
}

function pageLogo() {
  document.write('<img src="images/mainlogo.jpg" width="600" height="100" alt="Red Dragon Paintball.com"></td></tr>');
}

function pageLogo_gallery() {
  document.write('<img src="../../images/mainlogo.jpg" width="600" height="100" alt="Red Dragon Paintball.com"></td></tr>');
}

function pageLogo_results() {
  document.write('<img src="../images/mainlogo.jpg" width="600" height="100" alt="Red Dragon Paintball.com"></td></tr>');
}

function menubar() {
  document.write('<img src="images/reddragon3.gif" border="2" width="125" height="125" alt="Red Dragon Paintball">');
  document.write('<p>');
  document.write('<table border="0" cellspacing="2" cellpadding="0" width="100%" bgcolor="#000000">');
  document.write('  <tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#FFFFFF" class="menuText">');
  document.write('            <tr><td class="menuTitle" bgcolor="#008000">&nbsp;Park Info</td></tr>');
  document.write('            <tr><td bgcolor="#000000" height="2"> </td></tr>');
  document.write('            <tr><td><a href="calendar.html" class="menuText">Calendar</a><br>');
  document.write('                    <a href="directions.html" class="menuText">Directions</a><br>');
  document.write('                    <a href="waivers.html" class="menuText">Waivers</a><br>');
  document.write('                    <a href="gallery.html" class="menuText">Gallery</a><br>');
  document.write('                    <a href="aboutus.html" class="menuText">About Us</a><br>');
  document.write('                    <a href="index.html" class="menuText">Home</a><p></td></tr>');
  document.write('          </table>');
  document.write('      </td></tr>');
  document.write('  <tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#FFFFFF" class="menuText">');
  document.write('            <tr><td class="menuTitle" bgcolor="#008000">&nbsp;Sign-up Info</td></tr>');
  document.write('            <tr><td bgcolor="#000000" height="2"> </td></tr>');
  document.write('            <tr><td><a href="javascript:fOpenWin(\'Tournament_Registration\');" class="menuText">Tournament Registration</a><p>');
  document.write('                    <a href="javascript:fOpenWin(\'Field_Equipment_Reservation\');" class="menuText">Field and Equipment Reservation</a><p></td></tr>');
  document.write('          </table>');
  document.write('      </td></tr>');
  document.write('</table>');
  document.write('<p>');
//  document.write('<a href="javascript:fOpenWin(\'flyer_ppc\');"><img src="images/PPC_Logo.jpg" width="125" height="200" border="0" alt="Paintball Players Conference"></a>');
  document.write('<a href="javascript:fOpenWin(\'flyer_ppc\');"><img src="ppc_series/images/ppc_logo2.jpg" width="125" height="121" border="0" alt="Paintball Players Conference"></a>');
  document.write('<p>');
}

function topOfPage(p_display) {
  if(p_display=="Y") {
     document.write('<table border="0" cellspacing="1" cellpadding="0" width="100%" bgcolor="#000000">');
     document.write('  <tr><td bgcolor="#FFFFFF" align="center"><a href="javascript:fOpenWin(\'summer_special\');"><font size="4" color="#FF0000">Summertime Special!</font></a></td></tr>');
     document.write('</table><p>');
  }
}

function footer() {
  document.write('<table border="0" cellspacing="2" cellpadding="0" width="600" bgcolor="#000000">');
  document.write('  <tr><td align="center">');
  document.write('          <table border="0" cellspacing="0" bgcolor="#FFFFFF" width="100%">');
  document.write('            <tr><td align="center"><font size="1"><b>THIS SITE AND ITS CONTENTS ARE THE PROPERTY OF RED DRAGON PAINTBALL, INC. AND ');
  document.write('                    REPRODUCTION IS EXPRESSIVELY NOT ALLOWED WITHOUT PRIOR WRITTEN PERMISSION.</b></font></td></tr>');
  document.write('          </table>');
  document.write('      </td></tr>');
  document.write('</table>');
}

