function openURI2006() {
var control2006 = document.snelmenu2006.onderwerpkeuze2006;
if (control2006.options[control2006.selectedIndex].value != ' ') {
location.href = control2006.options[control2006.selectedIndex].value;
}
}

