function photo(id_img,src_img)
{
 document.getElementById(id_img).src='photos/'+src_img;
}