var fDesc=new Array(); fDesc[0] = "TaxPlanner goes far beyond any other Tax Software produced anywhere, at any price, it's an essential application for all those involved in looking after their clients tax affairs.
It performs all the necessary calculations for you and saves it with all the other data in a clients file. TaxPlanner contains the full range of tax calculators that would normally take hours to do manually providing a powerful what-if analysis functionality.

It facilitates smooth and effective communication with SARS by storing the addresses of their offices and the corresponding taxpayers. The process of submitting letters of extension, IRP6 returns, and other communications to them is simple and effortless. These communications can be printed in batch or submitted individually."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }