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