function formHandler1(){
var URL = document.form1.site1.options[document.form1.site1.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form1">');
document.write('<select name="site1" onchange="javascript:formHandler1()" size=-1>');
document.write('<option value="">Select more Ansted Photos...');
document.write('<option value="lugephotopage50.htm">Page 50 - Ansted 04 Index');
document.write('<option value="lugephotopage50a.htm">Page 50a - Ansted General');
document.write('<option value="lugephotopage50b.htm">Page 50b - Ansted Luge');
document.write('<option value="lugephotopage50c.htm">Page 50c - Ansted Buttboard');
document.write('<option value="lugephotopage50d.htm">Page 50d - Ansted Buckets');
document.write('<option value="lugephotopage50e.htm">Page 50e - Ansted Hay Huggers');
document.write('<option value="lugephotopage50f.htm">Page 50f - GSI Season Awards');
document.write('</select>');
document.write('</form>');