function popup (url,szer,wys)
  {
//   szer=400;
//   wys=260;
   pom='toolbar=no,location=no,scrollbars=no,directories=no,status=no,menubar=no,top='+(screen.height/2-wys/2)+',left='+(screen.width/2-szer/2);
   pom=pom+',width='+szer+',height='+wys;
   window.open(url,"",pom);
//   nowe.focus();
  }

