
function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('cImage').style.background = 'url(' + whichpic.href +') bottom left no-repeat'; 
  return false;
 } else {
  return true;
 }
}
