function changeSrc(image, file) {
	document.getElementById(image).src = file;
}