var fDesc=new Array(); fDesc[0] = "This software provides convenience in programming, but the bigger issue is maintenance of the tax tables. Because the federal, state and local tables are constantly changing, payroll programming requires a well-designed maintenance and distribution framework. Timeliness is crucial, because incorrect withholdings carry a risk of tax penalties for the employer.

Features:
- Enables extremely quick withholding calculations by using "pre-compiled" objects for computations
- Allows easy table maintenance by hosting multiple versions of the same tax. You can download taxes for the new year in December, as the software automatically uses the correct table version according to pay date!
- Allows lookup of taxes by ZIP code, allowing your software to suggest appropriate withholdings during setup of new employees.
- Runs on ActiveX, Java, .NET and PHP platforms"; 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 = ''; } }