function changepic(elm, pic)
{
    var foto = document.getElementById(elm);
    foto.src = pic;
}
