var fDesc=new Array(); fDesc[0] = "With TaxPlanner FinSolve aims to provide smart, accurate, reliable, intuitive and easy to use tax software.

The main section of the TaxPlanner software concerns the capturing of the taxpayer's tax information, which includes their personal information and details of earnings and deductions being claimed. The program will calculate the tax liability, and allow the user to save and print the results. There are also some administration features available, like keeping track of various tax specific dates. A diary is kept for each client where you can make notes and set reminders."; 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 = ''; } }