function nowe(a) {
  a.target = "_blank";
}

function podmiana(nazwa, nowy) {
  nazwa.src="./imgs/"+nowy;
}