function photos(rep,id) {
  document.getElementById("tof").src = "images/"+rep+"/"+rep+"-"+id+"-gde.jpg";
  
  //alert(rep+"/"+id+".jpg");
}