// JavaScript Document
function Foto(uri,w,h) {
    window.open(uri,'','width='+(w+20)+',height='+(h+20)+',top='+(screen.height/2-(h+20)/2)+',left='+(screen.width/2-(w+20)/2)+',status=yes');
  }
