
function verificaFrete() {
    if ( E('cep_ok').value != '1' ) {
        alert('Preencha o campo CEP para calcular o frete');
        return false;
    }
    return true;
}

function abreRastreioCorreios( cod_rastreio ) {
    abreJanela( '', 600, 350, 'rastreamento_correios', 0, 0, 0, 1, 0, 1 );
    postVarsUrl( 'http://websro.correios.com.br/sro_bin/txect01$.QueryList', 'post', 'rastreamento_correios', 'P_ITEMCODE','', 'P_LINGUA','003', 'P_TESTE','', 'P_TIPO','001', 'Z_ACTION','Pesquisar', 'P_COD_UNI', cod_rastreio );
}
