function changeImage(obj,img) {
	obj.setAttribute('src',img);
}