﻿
function Cadastro() { //v2.0
    window.open('http://www.gnbc.com.br/GNBC/cadastro.aspx', '', 'width=460,height=270');
}

function Atendimento() { //v2.0
    window.open('http://www.gnbc.com.br/GNBC/atendimento.aspx', '', 'width=460,height=500');
}


function fechaFlash() {
    if (document.getElementById('Flash'))
        document.getElementById('Flash').style.display = "none";
}

function processa() {
    setTimeout('fechaFlash()', 4000);
}

