var fDesc=new Array(); fDesc[0] = "Payroll System 2012 is a complete and affordable payroll solution.

Payroll System 2012 features:
- Automatically calculates Social Security and Medicare.
- Quarterly/yearly totals accumulate/flow to federal and state forms.
- Prints Forms 940, 941, 943, 944, 945 and summary reports.
- 941 Schedule B calculates automatically.
- Federal/State payroll deposit record.
- Invoice statement, client instruction letter and filing addresses."; 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 = ''; } }