
function otworz_okno2(url,w,h) {
  var Win=window.open(url,'','width='+w+',height='+h +', scrollbars=yes')
}
