﻿function popUp1(page)   {   var eigenschaft,swidth,shight,fenster02;    var ns6=(!document.all && document.getElementById);   var ie4=(document.all);   var ns4=(document.layers);if(ns6||ns4)      {      swidth = innerWidth;      shight = innerHeight;      } else if(ie4)         {         swidth = document.body.clientWidth;         shight = document.body.clientHeight;         }    fwidth=980;    shight=shight+100;   x=(swidth-fwidth);   popUp=window.open(page, 'NewWindows', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width='+fwidth+', height='+shight+', left='+x+', top=0');   };
