function swap_image(element_id, image) {
	document.getElementById(element_id).src = image;
}