function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('photo')
  .src = whichpic.href;
  if (whichpic.title) {
   document.getElementById('photo_desc')
  .childNodes[0].nodeValue = whichpic.title;
  } else {
   document.getElementById('photo_desc')
  .childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}
function showPic1 (whichpic1) {
 if (document.getElementById) {
  document.getElementById('pic_1')
  .src = whichpic1.href;
  return false;
 } else {
  return true;
 }
}
function showPic2 (whichpic2) {
 if (document.getElementById) {
  document.getElementById('pic_2')
  .src = whichpic2.href;
  return false;
 } else {
  return true;
 }
}
function showPic3 (whichpic3) {
 if (document.getElementById) {
  document.getElementById('pic_3')
  .src = whichpic3.href;
  return false;
 } else {
  return true;
 }
}
function showPic4 (whichpic4) {
 if (document.getElementById) {
  document.getElementById('pic_4')
  .src = whichpic4.href;
  return false;
 } else {
  return true;
 }
}
function showPic5 (whichpic5) {
 if (document.getElementById) {
  document.getElementById('pic_5')
  .src = whichpic5.href;
  return false;
 } else {
  return true;
 }
}
function showPic6 (whichpic6) {
 if (document.getElementById) {
  document.getElementById('pic_6')
  .src = whichpic6.href;
  return false;
 } else {
  return true;
 }
}
function showPic7 (whichpic7) {
 if (document.getElementById) {
  document.getElementById('pic_7')
  .src = whichpic7.href;
  return false;
 } else {
  return true;
 }
}
function showPic8 (whichpic8) {
 if (document.getElementById) {
  document.getElementById('pic_8')
  .src = whichpic8.href;
  return false;
 } else {
  return true;
 }
}
function showPic9 (whichpic9) {
 if (document.getElementById) {
  document.getElementById('pic_9')
  .src = whichpic9.href;
  return false;
 } else {
  return true;
 }
}
function showPic10 (whichpic10) {
 if (document.getElementById) {
  document.getElementById('pic_10')
  .src = whichpic10.href;
  return false;
 } else {
  return true;
 }
}