// JavaScript Document
function MaisInfo(assunto){window.open("index.php?headline=6&skin=4&cod="+assunto+"","press","width=570,height=370,top=20,left=20,resizable=0,scrollbars=0");}
function MoreInfo(assunto){window.open("index.php?lang=en&headline=6&skin=4&cod="+assunto+"","press","width=570,height=370,top=20,left=20,resizable=0,scrollbars=0");}
function NewsLetter(){window.open("mailisttxt/teste.php","newslt","width=560,height=155,top=20,left=20,resizable=0,scrollbars=0");}

function mostra(id) {
    obj = document.getElementsByTagName("div");
    if (obj[id].style.display == 'block'){
    obj[id].style.display = 'none';
    }
    else {
    obj[id].style.display = 'block';
    }
}