// JavaScript Document
//created by tito

function showPic (whichpic) {
if (document.getElementById) {
document.getElementById('bild').src = whichpic.href;
  return false;
 } else {
  return true;
 }
}

