
function verFoto (nombreFoto,ficha) {
 if (document.getElementById) {
  document.getElementById('idFoto').innerHTML = '<img src="fotos/g/'+ficha+'/'+ nombreFoto.toString() +'.jpg" width="216" height="216">';
 }
}

function ponerFotos(ficha)
{

}

