
<!--
function popupDiretoria(id) {
  var nome = 'popupDiretoria.php3?id_auteur='+id;
  window.open(nome,'agenda','resizable=no,scrollbars=yes,width=400,height=250,top=0, left=0');
}

function popupGovernance(id) {
  var nome = 'popupGovernance.php3?id_article='+id;
  window.open(nome,'agenda','resizable=no,scrollbars=yes,width=400,height=250,top=0, left=0');
}

function popupServico(id) {
  var nome = 'popupServico.php3?id_article='+id;
  window.open(nome,'servico','resizable=no,scrollbars=yes,width=400,height=250,top=0, left=0');
}

//POPUP - Linha do Tempo
function popupTimeline(id) {
  var nome = 'popupTimeline.php3?id_article='+id;
  window.open(nome,'timeline','resizable=no,scrollbars=yes,width=400,height=250,top=0, left=0');
}

//POPUP - Linha do Tempo versão Inglês
function popupTimelineIngles(id) {
  var nome = 'popupTimelineIngles.php3?id_article='+id;
  window.open(nome,'timelineIngles','resizable=no,scrollbars=yes,width=400,height=250,top=0, left=0');
}

function popupLogo() {
  window.open('popupLogo.html','logo','resizable=no,scrollbars=yes,width=450,height=350,top=0, left=0');
}

function popupLogoEnglish() {
  window.open('popupLogoEnglish.html','logo','resizable=no,scrollbars=yes,width=450,height=300,top=0, left=0');
}

function Indique() {
  window.open('indiqueSite.php','indique','resizable=no,width=470,height=260,scrollbars=no,top=0,left=0');
}

function IndiqueIngles() {
  window.open('indiqueSiteIngles.php','indique','resizable=no,width=470,height=260,scrollbars=no,top=0,left=0');
}

function popupEvento() {
  window.open('evento.html','Evento','resizable=no,scrollbars=no,width=250,height=200,top=150,left=150');
}

function Seminario() {
  window.open('popupSeminario2005.html','Seminario','resizable=no,scrollbars=no,width=500,height=310,top=150,left=150');
}

function Pantanal() {
  window.open('popupPantanal.html','Pantanal','resizable=no,scrollbars=no,width=500,height=280,top=150,left=150');
}

//-->

