
function IrBuscar() {
    var strTexto;

    strTexto = document.getElementById('busqueda_txtBuscar');
    location.href = 'buscar.aspx?strBuscar=' + strTexto.value;

}

function IrRastreoPedido() {
    var strTexto;

    strTexto = document.getElementById('rastreo_txtPedido');
    window.open('http://rastreo2.estafeta.com:7001/RastreoWebInternet/consultaEnvio.do?idioma=es&dispatch=doRastreoInternet&tipoGuia=ESTAFETA&guias=' + strTexto.value);

}


