function showPic(whichpic)
{
    if (!document.getElementById("showpic")) return true;
    pic = document.getElementById("showpic");
    pic.setAttribute("src", whichpic);
    return false;
}
