// JavaScript Document
function changefoto(foto) 
{
   document.images["FOTO_GRT"].src = foto;
}
