function openURI() {
var control = document.snelmenu.documentkeuze;
if (control.options[control.selectedIndex].value != 'geen-url') {
location.href = control.options[control.selectedIndex].value;
}
}