function imgChange(img,newImage) {
	if (img) {
		img.src = newImage;
	}
}

