function swapImage(imageId,newPath) {
	document.getElementById(imageId).src = newPath;
}
