\n
\n"; // alert(selection+1); // msg += "" + (selection+1) + "
"; msg +="
\n";
msg +="| My household: | \n"; msg +="" + profil_nom[vprofil-1] + " | \n"; msg +="
| My income: | \n"; msg +="$" + formatNumber(impot[2]) + " | \n"; msg +="
| My total income tax reduction since March 2000 | \n";
msg +="||||
| In 2001 | \n"; if (impot[3] == 0){ msg +="You don't pay any income tax. | \n"; } else { msg +="$" + formatNumber(impot[6]) + " | \n"; msg +="i.e. "+ impot[7] +" % of income tax paid | \n";
}
msg +="|
| In 2002 | \n"; if (impot[8] == 0){ msg +="You don't pay any income tax. | \n"; } else { msg +="$" + formatNumber(impot[11]) + " | \n"; msg +="i.e. "+ impot[12] +" % of income tax paid | \n";
}
msg +="|
| Concretely, this mean that, as of July 2001, $" + impot[13] + " will be added to my paycheque every two weeks! | \n";
msg +="||||
| Amounts calculated according to the basic income tax system. | \n"; msg +="||||
| Detailed tax reduction | \n"; msg +="||||||||
| Tax before 2000-2001 Budget: $" + formatNumber(impot[3]) + " | \n"; msg +="||||||||
| Taxation year | \n";
msg +=" March 2000 reduction | \n";
msg +=" New income tax reduction | \n";
msg +=" Total | \n"; msg +="|||||
| \n"; msg +=" | $ | \n"; msg +="$ | \n"; msg +="$ | \n"; msg +="% | \n"; msg +="||||
| 2001 | \n"; if (impot[3] == 0){ msg +="You don't pay any income tax. | \n"; } else { msg +="" + formatNumber(impot[4]) + " | \n"; msg +="" + formatNumber(impot[5]) + " | \n"; msg +="" + formatNumber(impot[6]) + " | \n"; msg +=""+ impot[7] +" | \n"; } msg +="|||
| 2002 | \n"; if (impot[8] == 0){ msg +="You don't pay any income tax. | \n"; } else { msg +="" + formatNumber(impot[9]) + " | \n"; msg +="" + formatNumber(impot[10]) + " | \n"; msg +="" + formatNumber(impot[11]) + " | \n"; msg +=""+ impot[12] +" | \n"; } msg +="|||
| Amounts calculated according to the basic income tax system. | \n"; msg +="||||||||