var w = screen.availWidth;
var h = screen.availHeight;
function maxPopup (Adresse) {
  MeinFenster = window.open(Adresse, "popup", "width=" + w + ",height=" + h + " ,left=0, top=0");
}
