function image_change(id, image) {
	document.getElementById(id).src = image;
}
