// Change an image on the page
function setImage(thumb_id, url) {
	document.getElementById(thumb_id).src = url;
}
