
function openWindow(theURL, features) {
  var winName = 'Reactieformulier';
  window.open(theURL, winName, features);
}

