function vformHandler(){
var URL = document.vform.vsite.options[document.vform.vsite.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="vform">');
document.write('<select name="vsite" size=1>');
document.write('<option value="gallery.html">Vacation photos....');

document.write('<option value="FloridaKeys2009/preview_html/FloridaKeys20091.html">Florida Keys, Christmas 2009');
document.write('<option value="HockingOBX2008/preview_html/HockingsOBX20081.html">Hockings in OBX, July 2008');
document.write('<option value="Holland2008/preview_html/Holland200801.html">Holland, April 2008');
document.write('<option value="Arizona2007/preview_html/Arizona1.html">Tony in Phoenix, August 2007');
document.write('<option value="Chicago/Chicago.html">Chicago, July 2003');
document.write('<option value="Ohio/preview_html/Ohio1.html">Ohio Trip, December 2002');
document.write('<option value="CAVacation/CAVaca.html">California RV Vacation - Aug/Sep 2002');
document.write('<option value="MemDay2002/preview_html/MemDay20021.html">Memorial Weekend 2002 Western Colorado Trip');
document.write('<option value="NCVacation/preview_html/OBX20011.html">North Carolina Vacation 2001');
document.write('</select>');
document.write('<img src="../images/space.gif" width="10" height="1"><input type=button value="Go!" onClick="javascript:vformHandler()">');
document.write('</form>');