function opslaanSessieGegevens() {

  MM_findObj('submitaction').value='sessiegegevensOpslaan';
  MM_submitForm('formulier');
}

function openWindowOpslaanSessieGegevens(theURL,winName) {
  popupgroot=window.open(theURL,winName,"scrollbars=yes,width=730,height=405");
  popupgroot.focus();
}

