  function zmienObraz(id, obrazek) {
    document.getElementById(id).src = '/application/templates/new/images/'+obrazek;
  }
