function ustawSRC(idobrazka,srcobrazka) { var obrazek = document.getElementById(idobrazka); obrazek.src = srcobrazka; }

