function showPic (whichpic) {
	if (document.getElementById) {
		window.scroll(0,300);
		document.getElementById('placeholder').src = whichpic.href;
		return false;
	}
	return true;
}

