var fDesc=new Array(); fDesc[0] = "Financial Planning Tools uses the same interface as popular TaxTools program, offering the same powerful integration of planning modules and client database, but geared towards the financial planner/advisor. Financial Planning Tools includes a comprehensive Financial Planner module as well as over 100 Forms, Worksheets, Flowcharts, and Calculators.

Features:

-Bar charts, graphs and pie charts can be printed in color.
-Imports clients and preparers from other CFS programs.
-Inflation factor built into worksheets and calculators.
-Tutorial guides the user through the many features.
-Includes sample client with data."; 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 = ''; } }