<script type="text/javascript" language="javascript">
 function showPic (whichpic) {
 Êif (document.getElementById) {
 ÊÊdocument.getElementById('placeholder')È
ÊÊ.src = whichpic.href;
 ÊÊif (whichpic.title) {
 ÊÊÊdocument.getElementById('desc')È
ÊÊ.childNodes[0].nodeValue = whichpic.title;
 ÊÊ} else {
 ÊÊÊdocument.getElementById('desc')È
ÊÊ.childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
 ÊÊ}
 ÊÊreturn false;
 Ê} else {
 ÊÊreturn true;
 Ê}
 }
 </script>
