function AbrePopup(URL) {
window.open('http://www.bradescopoderpublico.com.br/site/content/popups/cred_consignado_bahia/index.html','CredConsignado','width=400, height=347, top=60, left=60');
}
function AbrePopup2(URL) {
window.open('http://www.bradescopoderpublico.com.br/site/content/popups/pop_plataformas.htm', 'plataformas', 'top=0,left=0,width=580,height=400,scrollbars=no,resizable=no');
}
function Consulta_Cep(sPagina, w, h, s) 
{
  window.open(sPagina, '', 'width=' + w + ',height=' + h + ',top=0,left=50,scrollbars=' + s + ',menubar=0,toolbar=0,statusbar=0,resizable=0,scrollbars=yes');
}