<!--
function okienko(strwww) {
var s=screen;
y=s.height;
x=s.width;
x=x-640;
x=x / 2;
y=y-480;
y=y / 2;
  window.open(strwww,"okienko","status=no,toolbar=no,scrollbars=no,width=640,height=480,top="+y+",left="+x)
  //389")
}

function okienko2(strwww) {
var s=screen;
y=s.height;
x=s.width;
x=x-640;
x=x / 2;
y=y-570;
y=y / 2;
  window.open(strwww,"okienko","status=no,toolbar=no,scrollbars=no,width=640,height=570,top="+y+",left="+x)
  //389")
}


function okienko3(strwww) {
var s=screen;
y=s.height;
x=s.width;
x=x-640;
x=x / 2;
y=y-530;
y=y / 2;
  window.open(strwww,"okienko","status=no,toolbar=no,scrollbars=yes,width=640,height=530,top="+y+",left="+x)
  //389")
}

function okienko4(strwww) {
var s=screen;
y=s.height;
x=s.width;
x=x-800;
x=x / 2;
y=y-474;
y=y / 2;
  window.open(strwww,"okienko","status=no,toolbar=no,scrollbars=no,width=800,height=474,top="+y+",left="+x)
  //389")
}
//-->

