function switchimg(image) {
	var showcaseimg = document.images['showcase'];
	showcaseimg.src = image.href;
}
