function popup(url) {
  window.open(url,'imagem','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=160,height=200,screenX=150,screenY=200,top=50,left=50')
}

function foto_expresidentes(nome,texto1,texto2)
{ 
  parent.window.document.images.foto.src = 's2ibox/mod_presidentes/miniPresidente.php?src=fotos/'+nome+'&x=100&y=100&f=0';
  parent.window.document.getElementById('periodo').innerHTML = texto1;
  parent.window.document.getElementById('nome_presidente').innerHTML = '<b>'+texto2;
}