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