function openURI2007() {
var control2007 = document.snelmenu2007.onderwerpkeuze2007;
if (control2007.options[control2007.selectedIndex].value != ' ') {
location.href = control2007.options[control2007.selectedIndex].value;
}
}

