//zamiana ródła obrazu wskazanego obiektu (this)
function change(object, name) {
	object.src = name;
}







