function goHome() {
	window.location.href = '/';
}

function showImage(imgid) {
	orig = document.getElementById('img'+imgid).src;
	document.getElementById('imgframe').src = orig.replace(/\/thumbnails/,'');
}