var fDesc=new Array(); fDesc[0] = "BNA Income Tax Planner helps you efficiently model complex tax scenarios, eliminate surprises, and offer income tax planning and projections that help clients manage and reduce their federal and state individual income tax liability.

Offering the most accurate set of calculations available, BNA Income Tax Planner allows you to quickly calculate federal income taxes including alternative minimum tax, capital gains, estimated tax payments, stock options, and more."; 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 = ''; } }