function showPic (whichpic) {   if (document.getElementById) {     document.getElementById('main_image').src = whichpic.href;    document.getElementById('img_caption').innerHTML = whichpic.title;  } else {   return true;   } }
