function wyswietl(numer,obrazek) 
	{                                             
		document.obraz[numer].src = obrazek;                                  
	}  
                                                                                            
function zmien(url){
document.getElementById('obrazek').setAttribute('src',url);
}	