 
function jumpto(form, nr) {
//alert ("entered") 
var myindex=form.davekeuning.selectedIndex; window.location.href=form.davekeuning.options[myindex].value;}
