function hformHandler(){
var URL = document.hform.hsite.options[document.hform.hsite.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="hform">');
document.write('<select name="hsite" size=1>');
document.write('<option value="gallery.html">Favorite Hikes....');

document.write('<option value="MayflowerGulch2007/preview_html/MayflowerGulch071.html">Mayflower Gulch, July 2007');
document.write('<option value="MtSpalding/preview_html/MtSpalding1.html">Mt Spalding, July 2005');
document.write('<option value="JunJul05Hikes/preview_html/JunJul05Hikes1.html">June-July 2005 Hikes');
document.write('<option value="May2005Hikes/preview_html/May2005Hikes1.html">May 2005 Hikes');
document.write('<option value="AquaFria/preview_html/AquaFria1.html">Aqua Fria Lake');
document.write('<option value="MtBierstadt/preview_html/MtBierstadt1.html">Mount Bierstadt');
document.write('<option value="TonyPics/preview_html/TonyPics1.html">My Personal Favorites');

document.write('</select>');
document.write('<img src="../images/space.gif" width="10" height="1"><input type=button value="Go!" onClick="javascript:hformHandler()">');
document.write('</form>');