var fDesc=new Array(); fDesc[0] = "Designed to run on Windows XP, Vista, and Windows 7, the AcQuest Tax Penalty & Interest Evaluator will calculate federal tax penalties and interest for multiple entities, with the demo version limitation of ten days of use or five uses. The AcQuest Tax Penalty & Interest Evaluator calculates the failure to pay, failure to file, negligence, and failure to deposit penalties. Supports individual, corporate, and employer entities. Uses Microsoft Jet database files to store taxpayer information, providing for easy manipulation with programs such as Microsoft Access."; 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 = ''; } }