function swap_image(id,image) {
	document.getElementById(id).src = "/images/buttons/" + image;
}