function changeImages(imgToChange, newImg)
{
	document.getElementById(imgToChange).src = newImg;
}