var fDesc=new Array(); fDesc[0] = "Payroll Mate is a comprehensive payroll software that fits the needs of accountants and small to medium size businesses. Payroll Mate 2011 automatically calculates net pay, federal withholding tax, Social Security tax, Medicare, state and local payroll taxes. Payroll Mate also supports different types of payroll pay periods, prints checks, prepares payroll forms 941, 944, 940, W2 and W3. This payroll software also supports user-defined Income, Tax, and Deduction categories making it very flexible and powerful.

Best Value in Payroll Software: Prepare payroll, calculate payroll taxes, print payroll checks, generate payroll reports, export payroll data to accounting software, and process payroll forms. Download FREE payroll software trial now see how easy it’s to run payroll using our payroll system."; 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 = ''; } }