function policzRate(koszyk) {
    window.open('/lukasraty/index/rata/kwota/' + koszyk, 'policz_rate','width=850,height=570,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}
function proceduraRaty() {
    window.open('/lukasraty/index/procedura', 'procedura_raty','width=850,height=570,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}

function get( id ) {
    return document.getElementById( id );
}

function redirect_to( there ){
    if( !there ){
        return false;
    }
    if( there == 'wniosek' )
        window.location = '/lukasraty/index/redirect';
}
