function chimg(imgid, src)
{
    document.getElementById(imgid).src = src;
}

