

function abre_popup(foto) {
  window.open('foto.html?'+foto,'imagem','width=100, height=100, status=yes');
}

