function ChangeImage(img, obj) {
	obj.src = img;
}
