// Compliments of ALA - http://www.alistapart.com/articles/imagegallery/

function showPic (whichpic) {
	if (document.getElementById) {
		document.getElementById('gallery').src = whichpic.href;
		return false;
	} else {
		return true;
	}
}
