
function show (url){
  var foto = document.getElementById(url).style;
  foto.display = "block";
}

