function ZmienObrMenu(id_foto,zdjecie,czy_zmienic)
{
	if(czy_zmienic=='')document.getElementById(id_foto).src=zdjecie;
}

