<!--
function formPopUp(form) {
  var URL = form.overzicht.options[form.overzicht.selectedIndex].value;
  window.open(URL,"Overzichten","height=365,width=450");
}

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->