function formHandler(){var URL = document.form.site.options[document.form.site.selectedIndex].value;window.location.href = URL;}document.write('<form name="form">');document.write('<select name="site" size=1>');document.write('<option value="">Go to....');document.write('<option value="home.html">HOME');document.write('<option value="links.html">Links');document.write('<option value="irish.html">Genealogy');document.write('<option value="lnk-html.html">Computer and HTML Links');document.write('<option value="sound.html">SOUND');document.write('<option value="search.html">SEARCH');
document.write('<option value="color.html">Color Table');document.write('<option value="links02.html">Subspace Online Game');document.write('<option value="auto.html">AUTO');document.write('<option value="pics.html">My Birds');document.write('</select>');document.write('<input type=button value="<--Select Destination and click here" onClick="javascript:formHandler()">');document.write('</form>');
