function okno(url) {  
        win = window.open(url);
  }
