
function wswin(side,wx,hx,scx) {
var high = screen.height;
var wide = screen.width;
var hoch = high - 55;
var weit = wide - 35;
var maxweit = wide - 10;
if(hx == "max") { xhx = hoch; xscx = scx; } else {
if(hx > hoch) { xhx = hoch; xscx = "yes"; } else { xhx = hx; xscx = scx; }}
if(wx == "max") { xwx = maxweit; xscx = scx; } else {
if(wx > weit) { xwx = weit; xscx = "yes"; } else { xwx = wx; xscx = scx; }}
sdomps = window.open(side,'xms',"'toolbar=no,statusbar=no,scrollbars="+xscx+",top=0,left=0,resizable=yes,width="+xwx+",height="+xhx+"'");
sdomps.focus();}
