<!--
function showPic (whichpic) { 
if (document.getElementById) { 
  document.getElementById('placeholder').src = whichpic.title; 
} else { 
return true; 
} 
}
//-->