<!--
function popFoto(name,wi,he) {
  nam=name; w=wi; h=he+20;
  popF=open('pop_foto.html','popF','width='+w+',height='+h+',resizable,scrollbars=no,menubar');
  setTimeout("popF.focus()",150);
}
//-->