  function nowe_okno(url){
  
    window.open(url, 'nazwa');
  }
