
function changeImageSrc(id, image){
	document.getElementById(id).src = '/img/' + image;
}