<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">function rvToolsFun(rvToolscal) {

    $.ajax({
        url: "https://my-eoffice.com/advisor/calculatornew/bootstrap_4/" + rvToolscal +
            ".php?url_host=http://flavrfinserv.com",
        cache: false,
        success: function(data) {
            if (data != '') {
                $('#loading_1').html('');
            }

            if (rvToolscal === 'siptools') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'stpperform') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'swpperform') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'fund_performance') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'balancer_calc') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'schemeperform') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'incometaxcalc') {
                $("#showdiv").html(data);
            }
            if (rvToolscal === 'navfinder') {
                $("#showdiv").html(data);
                calculateSIPAmount();
            }
            if (rvToolscal === 'dividendtools') {
                $("#showdiv").html(data);
                calculateSIPAmount();
            }
            if (rvToolscal === 'sipcalc') {
                $("#showdiv").html(data);
                calculateSIPAmount();
            }
            if (rvToolscal === 'balancercalc') {
                $("#showdiv").html(data);
                balancercalc();
            }
            if (rvToolscal === 'ajax_marriage_calc') {
                $("#showdiv").html(data);
                calculateChildMarrPlan();
            }
            if (rvToolscal === 'ajax_Education_calc') {
                $("#showdiv").html(data);
                calculateChildEduPlan();
            }
            if (rvToolscal === 'lumpsum_calc') {
                $("#showdiv").html(data);
                calculateLumpsumAmount();
            }
            if (rvToolscal === 'humanlife') {
                $("#showdiv").html(data);
                life_calculate();
            }
            if (rvToolscal === 'retierment_calc') {
                $("#showdiv").html(data);
                testret();
            }
            if (rvToolscal === 'emi_calculator') {
                $("#showdiv").html(data);
                calculateEmiPlan();
            }
            if (rvToolscal === 'House_calc') {
                $("#showdiv").html(data);
                house_plan();
            }
            if (rvToolscal === 'Car_calc') {
                $("#showdiv").html(data);
                car_plan();
            }
            if (rvToolscal === 'Vacation_calc') {
                $("#showdiv").html(data);
                vacation_plan();
            }
            if (rvToolscal === 'delaycost') {
                $("#showdiv").html(data);
                sipdelay1();
            }
        }
    });
}</pre></body></html>