// Fenster mit Format öffnen (2)
function openFenster(goURL, width, height) {
  window.open(goURL, 'fensterln', 'scrollbars=no, status=no, menubar=no, resizable=no, location=no, toolbar=no, width=' + width + ', height=' + height);
}
