function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<input type=button value="GO!" STYLE="color: black; background: #6161F3; font-family: arial; font-size: 10pt;" onClick="javascript:formHandler()">');
document.write(' <select name="site" size=1 STYLE="color: white; background: #000099; font-weight: bold; font-family: arial; font-size: 10pt;">');
document.write('<option value="welkom/welkom1.html">WELKOM BIJ DE FIAT PANDA CLUB');
document.write('<option value="welkom/welkom1.html">Aanmelden als lid');
document.write('<option value="contact/index.html">Contact');
document.write('<option value="nieuwsbrief.html">Aanmelden voor nieuwsbrief');document.write('<option value="nieuws/nieuws1.html">De Panda in het nieuws');
document.write('<option value="panda/panda1.html">De Fiat Panda');
document.write('<option value="clubshop/index.html ">Clubshop');
document.write('<option value="goodies/goodies.html">Goodies');
document.write('<option value="leden/leden.html">Pandas van Leden');
document.write('<option value="meeting/">Meetings');
document.write('<option value="http://forum.fiatpandaclub.nl">Forum');
document.write('<option value="http://forum.fiatpandaclub.nl/viewforum.php?f=26">Koopjes');
document.write('<option value="links/index.html">Links');
document.write('<option value="update.html">De laatste mutaties op de site');
document.write('</select> ');
document.write('<input type=button value="GO!" STYLE="color: black; background: #6161F3; font-family: arial; font-size: 10pt;" onClick="javascript:formHandler()">');
document.write('</form>');
