function PopupFenster(datei) {
  F = window.open(datei,"PopUp","width=300,height=255");
}

function breitesPopupFenster(datei) {
  F = window.open(datei,"PopUp","width=550,height=255");
}


