<!--
function okienko1(strwww) {
var s=screen;
y=s.height;
x=s.width;
x=x-345;
x=x / 2;
y=y-650;
y=y / 2;
  window.open(strwww,"okienko1","status=no,toolbar=no,scrollbars=no,width=400,height=600,top="+y+",left="+x)
  //389")
}

//-->
