function Foto(uri,w,h) {
  l = screen.width/2-w/2;
  t = screen.height/2-h/2;
  window.open('_foto.php?f='+escape(uri),'','width='+w+',height='+h+',left='+l+',top='+t+',status=yes');
  return false;
}
