
var __Involved = "If you’re interested in competing, volunteering or otherwise " +
                "getting involved please contact Royn Bartholdi.";

var __CopyRight = "All Contents Copyright © 2006 - 2008 Royn Bartholdi & River Horse Creations LLC." +
                  "&nbsp;&nbsp;All Rights Reserved";

var __IntroText = "The 2nd Annual Gorge Freestyle Frenzy is a one day freestyle windsurfing competition "+
                  "to be held on the first adequately windy day within a two week window "+
                  "(July 6th through July 20th, 2008) at the Spring Creek Fish Hatchery, "+
                  "aka The Hatchery.&nbsp;&nbsp;Top windsurfers will compete again in America's hottest freestyle event.";

VideoOnButton = new Image();
VideoOnButton.src = "./images/video_icon_on.jpg";
VideoOffButton = new Image();
VideoOffButton.src = "./images/video_icon_off.jpg";

function VideoButtonOn() {
   document.images["VideoButton"].src= VideoOnButton.src;
   return true;
}

function VideoButtonOff() {
  document.images["VideoButton"].src = VideoOffButton.src;
  return true;
}

function Show_Launch_Pane() {
   document.write( '  <center>' );
   document.write( '  <div style="padding: 0px 0px 8px;">' );  
   document.write( '  <table id="HomeNav" border="0" cellspacing="0" cellpadding="0" height="30">' );
   document.write( '  <tr>' );
   document.write( '      <td valign="middle" align="center" style="font-size: 18px; font-weight: bold; color: white;">' );
   document.write( '         Thursday July 10th:&nbsp;&nbsp;The competition <u>is</u> happening today.' );
   document.write( '         <div style="font-size: 12px;">Start Time 9am.</div>' );
   document.write( '     </td>' );
   document.write( '      <td width="80" valign="top" align="center" style="font-size: 10px; font-weight: bold; color: white;">' );          
   document.write( '<a  class="MenuBarHome" href="gff08_window.htm">Click here<br> for details' );
   document.write( '  </a>' );
   document.write( '     </td>' );
   document.write( '  </tr>' );
   document.write( '  </table>' );
   document.write( '  </div>' );
   document.write( '  </center>' );
}

function Start_Flow() {
   document.write( '<center><table  class="main" width="800" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">' ); 
   document.write( '<tr><td valign="top"><div style="padding: 0px 10px 4px 10px;">' );
}

function Show_Banner( cImage ) {
   document.write( '<center><tablewidth="800" height="150" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">' );
   document.write( '<tr>');
   document.write( '   <td valign="middle">' ); 
   document.write( '       <img src="./pix/banners/' + cImage + '.jpg" border="0" alt="Gorge Freestyle Frenzy">' );
   document.write( '   </td>' );
   document.write( '</tr>' );
   document.write( '</table></center>' );
}

function Show_Nav2() {
   document.write( '<center>' );
   document.write( '<table id="HomeNav" border="0" cellpadding="0" cellspacing="0" height="30">' );
   document.write( '<tr>');
   document.write( '   <td valign="middle" align="center" style="border-bottom: 1px solid black;">' ); 
   document.write( '       <a class="MenuBarHome" href="index.htm">Home</a>' );
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' ); 
   document.write( '       <a class="MenuBarHome" href="gff08_results.htm">Results</a>' );
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' );
   document.write( '       <a class="MenuBarHome" href="gff08_contact.htm">Contact</a>');
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' );
   document.write( '       <a class="MenuBarHome" href="gff08_gallery_vlado.htm">Gallery</a>');
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' ); 
   document.write( '       <a class="MenuBarHome" href="gff08_media.htm">Media</a>'); 
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' );
   document.write( '       <a class="MenuBarHome" href="gff08_divisions.htm">Event-Divisions</a>'); 
   document.write( '     &nbsp;&nbsp;|&nbsp;&nbsp;' );
   document.write( '       <a class="MenuBarHome" href="gff08_venue.htm">Venue</a>');
   document.write( '    &nbsp;&nbsp;|&nbsp;&nbsp;' );
   document.write( '       <a class="MenuBarHome" href="gff08_athletes.htm">Athletes</a>');
   document.write( '   </td>' );
   document.write( '</tr>' );
   document.write( '</table>' );
   document.write( '</center>' );
}


function Show_Divisions_Nav() {
   document.write( '<table class="DivisionsBox" width="110" cellpadding="0" cellspacing="0">' );
   document.write( '<tr>'); 
   document.write( '   <td align="center" valign="middle" height="10">' );
   document.write( '       <a class="Links_Nav" href="gff_divisions.htm">Event-Divisions</a>'); 
   document.write( '   </td>' );
   document.write( '</tr>'); 
   document.write( '<tr>'); 
   document.write( '   <td height="1" style="background-color: #666666; color: grey; line-height: 1em; height:2px;">' );
   document.write( '<img src="./images/1x1.gif" alt="" border="" height="1">'); 
   document.write( '</td>' );
   document.write( '</tr>'); 
   document.write( '<tr>'); 
   document.write( '   <td align="center" valign="middle">' ); 
   document.write( '       <a class="Links_Nav2" href="gff_div_women.htm">Women</a><br>');
   document.write( '       <a class="Links_Nav2" href="gff_div_men.htm">Men</a><br>');
   document.write( '       <a class="Links_Nav2" href="gff_div_masters.htm">Masters</a><br>');
   document.write( '       <a class="Links_Nav2" href="gff_div_prokids.htm">Prokids Qualifier</a><br>');
   document.write( '       <a class="Links_Nav2" href="gff_div_frenzy.htm">Super Frenzy</a><br>');
   document.write( '   </td>' );
   document.write( '</tr>' );
   document.write( '</table>' );
}

function Show_Info_Nav() {
   document.write( '<table class="DivisionsBox" width="110" cellpadding="0" cellspacing="0">' );
   document.write( '<tr>'); 
   document.write( '   <td align="center" valign="middle" height="10">' );
   document.write( '       <a class="Links_Nav" href="gff_divisions.htm">Athlete-Info</a>'); 
   document.write( '   </td>' );
   document.write( '</tr>'); 
   document.write( '<tr>'); 
   document.write( '   <td height="1" style="background-color: #666666; color: grey; line-height: 1em; height:2px;">' );
   document.write( '<img src="./images/1x1.gif" alt="" border="" height="1">'); 
   document.write( '</td>' );
   document.write( '</tr>'); 
   document.write( '<tr>'); 
   document.write( '   <td align="center" valign="middle" style="font-size: 10px;">' ); 
   document.write( '   <a class="Links_Nav2" href="gff_registration.htm">Registration</a><br>');
   document.write( '   <a class="Links_Nav2" href="gff_pre_event_meeting.htm">Pre-Event Meeting</a><br>');
   document.write( '   <a class="Links_Nav2" href="gff_event_plan.htm">Event-Plan</a><br>');
   document.write( '   <a class="Links_Nav2" href="gff_prizes.htm">Prizes</a> | ');  
   document.write( '   <a class="Links_Nav2" href="gff_judging.htm">Judging</a><br>'); 
   document.write( '   <a class="Links_Nav2" href="gff_rules.htm">Rules</a> | '); 
   document.write( '   <a class="Links_Nav2" href="gff_party.htm">Party</a>');
   document.write( '   </td>' );
   document.write( '</tr>' );
   document.write( '</table>' );
}

function Flush_Bottom() {
  document.write( '</div></td>' );
  document.write( '</tr>' );
  document.write( '</table>' );
  document.write( '</center>' );
}

function Show_Footer() {
   document.write( '<center>' );
   document.write( '<table id="HomeSect7" border="0" cellspacing="0" cellpadding="0">' );
   document.write( '     <tr>' );
   document.write( '        <td valign="middle" align="center" style="font-size: 9px;">' );
   document.write( '            All Contents Copyright © 2006 - 2008 Royn Bartholdi & ' );
   document.write( '            River Horse Creations LLC.&nbsp;&nbsp;All Rights Reserved' );
   document.write( '        </td>' );
   document.write( '     </tr>' );
   document.write( '     </table>' );
  document.write( '</center>' );
}

function Show_Get_Involved() {
   document.write( '<div align="center" style="padding: 10px 0px 0px 0px;">' );
   document.write( '<div style="width: 800px; text-align: left; display: block;">' );
   document.write( '   <div style="padding: 10px 0px 0px 0px;">' + __Involved + '</div>' );
   document.write( '   <div style="padding: 5px 0px 0px 0px;">' );   
   document.write( '      <b> Phone: </b> Royn (541) 490-0366 <br> ' );
   document.write( '      <b> eMail: </b><a class="Links_Standard" href="mailto:royn@roynbartholdi.com">' );
   document.write( '          Royn@RoynBartholdi.com</a>' );
   document.write( '   </div>' );
   document.write( '</div>' );
   document.write( '</div>' );
}

function Show_Post_Footer( cFile ) {
   document.write('<div align="center"> ');
   document.write('<table width="820" cellpadding="0" cellspacing="0" border="0"> ');
   document.write( '<tr><td width="200"> Last Update: 08/01/2006 </td><td class="w3" valign="top">' );
   ShowW3Validated( cFile );
   document.write( '</td><td width="200"> Web Design By Royn Bartholdi</td></tr>' );
   document.write('</table> ');
   document.write('</div> ');
}

function Show_Print_Friendly_Option( cRef ) {
    document.write( '<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr>' );
    document.write( '<td>&nbsp;</td>' );
    document.write( '<td width="170"><div align="left">' );
    document.write( '<a href="' + cRef +';" class="Links_Small">' );
    document.write( '<img src="images/button_print_grey.gif" width="26" height="22" border="0" vspace="3" align="absmiddle">' );
    document.write( "Print Friendly Version" );
    document.write( '</a></div></td></tr></table>' );
}

function popUp(URL) {
   cPanel = 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=550,left = 262,top = 134';
   day = new Date();
   id = day.getTime();
   eval("page" + id + " = window.open( URL, '" + id + "', cPanel );");
}

function Show_CGWA( ) {

   Grey_Box.Show_Top();
   Grey_Box.Show_Left();

   document.write( '<table width="260" cellpadding="0" cellspacing="0" border="0" bgcolor="#e6e6e6" align="right">');
   document.write( '<tr>' );
   document.write( '  <td style="font-size: 14px; text-align: left; vertical-align: top; padding: 0px 2px 0px 0px;">');
   document.write( '      This event is sanctioned by the Columbia Gorge Windsurfing Association. ');
   document.write( ' </td>');
   document.write( '  <td width="100">');
   document.write( '    <img src="./logos/cgwa_logo_2.jpg" alt="CGWA" border="0">' );
   document.write( ' </td>');
   document.write( '</tr>');
   document.write( '</table>' );
   Grey_Box.Show_Right();
   Grey_Box.Show_Bottom();
}

function Show_Prizes_Glance( ) {

   Grey_Box.Show_Top();
   Grey_Box.Show_Left();
   document.write( '<table width="230" cellpadding="0" cellspacing="0" border="0" bgcolor="#e6e6e6">');
   document.write( '<tr><th colspan="2"><center><u> Prizes at A Glance </u></center></th></tr>' );
   document.write( '<tr><td>&#149;</td><td> $ 5,000 Purse</td></tr>');
   document.write( '<tr><td>&#149;</td><td> Five Wave Sails </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Carbon Boom </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Windsurf Board (kid) </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Two Carbon Extensions </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Two Rig Winches </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Two Sets of Harness Lines </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Six Hoodies </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Three Sweatshirts </td></tr>');
   document.write( '<tr><td>&#149;</td><td> Two Sets of Tie Downs </td></tr>');
   document.write( '<tr><td>&#149;</td><td> $50 Sail Repair </td></tr>');
   document.write( '<tr><td>&#149;</td><td> T-Shirts </td></tr>');
   document.write( '</table>' );

   Grey_Box.Show_Right();
   Grey_Box.Show_Bottom();
}

function Show_Volunteers_Needed( ) {

   Glow_Box.Show_Top( "440" );
   Glow_Box.Show_Left( "150" );

   document.write( '<table width="420" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">');
   document.write( '<tr>' );
   document.write( '  <td align="center" colspan="2">');
   document.write( '     <div style="padding: 0px 0px 5px 0px;"><u><b>VOLUNTEERS NEEDED</b></u></div>' );

   document.write( '     <div style="text-align: left; padding: 0px 0px 5px 0px; line-height: 1.2em;"> ')
   document.write( 'In addition to volunteers needed for running the event on the Actual event day, ' );
   document.write( 'I could use some help with other event organization activities as listed below.' );
   document.write( '     </div>' );

   document.write( '  </td></tr>' );
   document.write( '  <tr>' );
   document.write( '  <td align="center" valign="top" width="210">' );
   document.write( '     Graphic Design<br>' );
   document.write( '     Party Planning<br>' );
   document.write( '     Web Development<br>' );
   document.write( '     Marketing/Correspondence<br>' );
   document.write( '     Administration Tasks<br>' );
   document.write( '  </td>');
   document.write( '  <td align="center" valign="top">' );
   document.write( '     Internet Marketing<br>' );
   document.write( '     Getting Swag<br>' );
   document.write( '     Video Production<br>' );
   document.write( '     Videotographers<br>' );
   document.write( '     Photographers<br>' );
   document.write( '  </td>');
   document.write( '</tr>');
   document.write( '</table>' );

   Glow_Box.Show_Right();
   Glow_Box.Show_Bottom();
}


/*********************************************/
/**************    Home      *****************/
/*********************************************/


function Gallery_Pages( nActive ) {
   document.write( '<div style="padding: 10px 0px 5px 0px; text-align: left;">' );

   document.write( '<b>Gallery 2008</b>&nbsp;&nbsp;-&nbsp;&nbsp;' );
   document.write( '<a class="Links_Standard" href="gff08_gallery_vlado.htm">Vlado Sklenar</a>&nbsp;&nbsp; | &nbsp;&nbsp;');
   document.write( '<a class="Links_Standard" href="gff08_gallery_curtis.htm">Curtis Brandt</a>&nbsp;&nbsp; | &nbsp;&nbsp;');
   document.write( '<a class="Links_Standard" href="gff08_gallery_godsey.htm">Mike Godsey</a>' );
 
   document.write( '<br><b>Gallery 2007</b>&nbsp;&nbsp;-&nbsp;&nbsp;' );


   document.write( '<a class="Links_Standard" href="gff08_gallery_p1.htm">Vlado Sklenar</a>&nbsp;&nbsp; | &nbsp;&nbsp;');
   document.write( '<a class="Links_Standard" href="gff08_gallery_p3.htm">Richard Hallman </a>');
   document.write( '</div>' );
   document.write( '<hr width="98%">' );  
}



function Gallery_Page_Button( nActive, nPage, nMax ) {
   if (nActive==nPage) { document.write( '<b>Page '+ nPage + '</b>' ) } 
   else { document.write( '<a class="Links_Standard" href="gff08_gallery_p' + nPage +'.htm">Page ' + nPage +'</a>'); }            if (nPage<nMax) { document.write( '&nbsp;|&nbsp;'); }
}

/*********************************************/
/**************   Grey Box   *****************/
/*********************************************/

function Grey_Boxer() {

   this.Show_Top = function Show_Top() {
       document.write( '<table cellpadding="0" cellspacing="0" border="0" bgcolor="#e6e6e6">' );
       document.write( '<tr>' );
       document.write( '<td width="10" height="10" valign="top" background="./images/corners/box_grey_tl.gif">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '<td height="10" background="./images/corners/box_grey_t.gif">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '<td width="10" height="10" background="./images/corners/box_grey_tr.gif">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '</tr>' );
    }

   this.Show_Bottom = function Show_Bottom() {
       document.write( '<tr>' );
       document.write( '<td width="10" height="10" valign="bottom" background="./images/corners/box_grey_bl.gif">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '<td height="10">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '<td width="10" height="10"  valign="bottom" background="./images/corners/box_grey_br.gif">' );
       document.write( '<spacer height="10" width="10" type="block">' );
       document.write( '</td>' );
       document.write( '</tr>' );
       document.write( '</table>' );
    } 

   this.Show_Left = function Show_Left() {
       document.write( '<tr>' ); 
       document.write( '<td width="10" background="./images/corners/box_grey_l.gif">' );
       document.write( '<spacer height="10" width="10" type="block"></td>' );
       document.write( '<td valign="top" bgcolor="#ffffff"> ' );
   }

   this.Show_Right = function Show_Right() {
      document.write( '</td>' );
      document.write( '<td width="10"><spacer height="10" width="10" type="block"></td>' );
      document.write( '</tr> ' );
   }

}

Grey_Box = new Grey_Boxer();


/*********************************************/
/**************   Glow Box   *****************/
/*********************************************/

function Glow_Boxer() {

   this.Show_Top = function Show_Top( cWidth ) {
       document.write( '<table cellpadding="0" width="' + cWidth +'" cellspacing="0" border="0" bgcolor="#ffffff">' );
       document.write( '<tr>' );
       document.write( '<td width="12" height="12" valign="top">' );
       document.write( '<img src="./images/corners_sb/corner_sb_tl.gif" width="12" height="12">' );
       document.write( '</td>' );
       document.write( '<td height="12" background="./images/corners_sb/corner_sb_tm.gif">' );
       document.write( '<img src="./images/1x1.gif" width="1" height="12" border="0">' );
       document.write( '</td>' );
       document.write( '<td width="12" height="12">' );
       document.write( '<img src="./images/corners_sb/corner_sb_tr.gif" width="12" height="12">' );
       document.write( '</td>' );
       document.write( '</tr>' );
    }

   this.Show_Bottom = function Show_Bottom() {
       document.write( '<tr>' );
       document.write( '<td width="12" height="12" valign="top">' );
       document.write( '<img src="./images/corners_sb/corner_sb_bl.gif" width="12" height="12">' );
       document.write( '</td>' );
       document.write( '<td height="12" background="./images/corners_sb/corner_sb_bm.gif">' );
       document.write( '<img src="./images/1x1.gif" width="1" height="12" border="0">' );
       document.write( '</td>' );
       document.write( '<td width="12" height="12">' );
       document.write( '<img src="./images/corners_sb/corner_sb_br.gif" width="12" height="12">' );
       document.write( '</td>' );
       document.write( '</tr>' );
       document.write( '</table>' );
    } 

   this.Show_Left = function Show_Left( cHeight ) {
       document.write( '<tr>' ); 
       document.write( '<td width="12" background="./images/corners_sb/corner_sb_lm.gif">' );
       document.write( '<img src="./images/1x1.gif" width="1" height="' + cHeight +'" border="0">' );
       document.write( '</td>' );
       document.write( '<td valign="top" bgcolor="#ffffff"> ' );
   }

   this.Show_Right = function Show_Right() {
      document.write( '</td>' );
      document.write( '<td width="12" background="./images/corners_sb/corner_sb_rm.gif">' );
      document.write( '<img src="./images/1x1.gif" width="1" border="0">' );
      document.write( '</td>' );
      document.write( '</tr> ' );
   }

}

Glow_Box = new Glow_Boxer();

