function showPic(whichpic)
{
var source= whichpic.getAttribute("href");
var placeholder= document.getElementById("placeholder");
                  placeholder.src = source;
}