<!--
function CarregarFoto(img, ample, alt){
  dreta=(screen.width-ample)/2;
  dalt=(screen.height-alt)/2;
  string="toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width="+ample+",height="+alt+",left="+dreta+",top="+dalt+"";
  fin=window.open(img,"",string);
}
// -->
