<!--

function janela_resumo(artigo){
  window.open("mostra_resumo.php?chave="+artigo,"resumo"+artigo,"left=30, top=30, status=no, scrollbars=yes, width=620, height=500");
}

function registra_acesso(artigo){
  window.open("registrar.php?chave="+artigo,"registrar"+artigo,"left=30, top=30, status=no, scrollbars=no, width=1, height=1");

}


//-->
