function pformHandler(){
var URL = document.pform.psite.options[document.pform.psite.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="pform">');
document.write('<select name="psite" size=1>');
document.write('<option value="gallery.html">People & events....');

document.write('<option value="MilesSkinner2009/preview_html/MilesSkinner20091.html">Miles Skinner, 2009');
document.write('<option value="Oakman2009/preview_html/Oakman20091.html">Oakman&#039;s visit to CO, May 2009');
document.write('<option value="NJ2009/preview_html/NJ20091.html">Tony&#039;s visit to New Jersey, May 2009');
document.write('<option value="SkinnerShower2009/preview_html/SkinnerShower20091.html">Sharon Skinner&#039;s Baby Shower, March 2009');
document.write('<option value="RitsmaReunion2008/preview_html/RitsmaReunion20081.html">Ritsma Thanksgiving Reunion 2008');
document.write('<option value="MamaHocking90th/preview_html/MamaHocking90th1.html">Mama Hocking&#039;s 90th Birthday');
document.write('<option value="MarissaTroyWedding/preview_html/MarissaTroy1.html">Marissa and Troy&#039;s Wedding, April 2007');
document.write('<option value="ElksLodge2006/preview_html/ElksLodge20061.html">Mary&#039;s 60th Birthday, November 2006');
document.write('<option value="Dayton2006/preview_html/Dayton20061.html">Hocking Family Reunion, May 2006');
document.write('<option value="TonyAtlanta/preview_html/TonyAtlanta1.html">Tony&#039;s trip to Atlanta, Oct 2005');
document.write('<option value="NewOrleans/preview_html/NewOrleans01.html">GE Pump Station work in New Orleans, Sept 2005');
document.write('<option value="RichSarahWedding/preview_html/RichSarahWedding1.html">Rich and Sarah&#039;s Wedding, Sep 18, 2005');
document.write('<option value="SharonRits2005/preview_html/SharonRits20051.html">Sharon Ritsma enroute to LA, July, 2005');
document.write('<option value="SkinnerWedding/WeddingTitle.html">Sharon and Dan&#039;s Wedding, May 7, 2005');
document.write('<option value="SarahGrad/preview_html/SarahGrad1.html">Sarah&#039;s Graduation, April 30, 2005');
document.write('<option value="Ken&Melissa/preview_html/Ken&Melissa1.html">Ken and Melissa&#039;s Wedding, July 24, 2004');
document.write('<option value="Ann-Ohio2004/preview_html/Ann-Ohio20041.html">Ann&#039;s visit to Ohio, July 4, 2004');
document.write('<option value="Thanksgiving2003/preview_html/Thanksgiving20031.html">Ann&#039;s Thanksgiving in Ohio');
document.write('<option value="Visitors2003/preview_html/Visitors20031.html">Our visitors in 2003');
document.write('<option value="RWatkinGrad/preview_html/RWatkin1.html">Rich Watkin&#039;s Graduation, May 2003');
document.write('<option value="Winter02-03/preview_html/Winter02-031.html">Winter 2002-03');
document.write('</select>');
document.write('<img src="../images/space.gif" width="10" height="1"><input type=button value="Go!" onClick="javascript:pformHandler()">');
document.write('</form>');