function PlanerFullscreenOpen() { hMyWidth = 0; wMyHeight = 0; ziel = "/sesplaner/SESP-Net11.htm"; PlWin = window.open(ziel,"SolvisEnergiesparplaner","fullscreen=yes,status=no,height=" + wMyHeight+ ",width=" + hMyWidth+ ",resizable=no,scrollbars=no"); PlWin.focus(); } function PlanerWindowOpen() { hMyWidth = 800; wMyHeight = 600; ziel = "/sesplaner/SESP-Net11.htm"; PlWin = window.open(ziel,"SolvisEnergiesparplaner","fullscreen=no,status=no,height=" + wMyHeight+ ",width=" + hMyWidth+ ",resizable=no,scrollbars=no"); PlWin.focus(); }