// JavaScript Document
function showPic(src) {
  if (document.images) document.images["bigpic"].src = src;
  return true;
}