function vind() {
a = document.zoekform.selecteer.options[document.zoekform.selecteer.selectedIndex].value;
if (1 == 1) window.open(a,'_blank');
return true;
}
