var fDesc=new Array(); fDesc[0] = "TaxACT 2014 includes all the tools and forms required to file your tax returns. Tax Calculator 2015 can do what-if scenarios with your tax return without adjusting your actual numbers. This feature summarizes your tax return, and gives you the ability to enter adjustments, positive or negative, to see the impact on your taxes. It has the ability to save the documents as PDF, which allows you to easily store and retrieve your return for future use."; 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 = ''; } }