document.write('<FORM name=jump>');
document.write('<SELECT name=menu onchange=location=document.jump.menu.options[document.jump.menu.selectedIndex].value; value="GO">'); 
document.write('<OPTION selected value="home.html">Maak een keuze:</OPTION>');
document.write('<OPTION VALUE="../../html/allerlei/belastingaangifte.html">belastingaangifte</OPTION>');
document.write('<OPTION VALUE="../../html/allerlei/plaatsen.html">Nederland digitaal</OPTION>');
document.write('<OPTION VALUE="http://members.lycos.nl/bananendealer/koop.php?id=57">Bananen kopen?</OPTION>');
document.write('<OPTION VALUE="../../html/allerlei/windowsrg.html">Windows RG (Really Good editie)</OPTION>');
document.write('<OPTION VALUE="../../html/actie/promobox.html">Promobox</OPTION>');
document.write('</SELECT></FORM>');