var fDesc=new Array(); fDesc[0] = "EzWagez is designed specifically for the small business with simple payroll needs. It wil calculate net paycheck amounts using the latest Federal income tax tables as provided by the IRS.

Computes totals for the quarterly form 941 return as well as state unemployment returns. Payment history reports per employee. Combines sophistication and ease of use.

Whether you currently do your payroll manually or use a sophisticated accounting package, EzWagez will help you to calculate paycheck amounts and to keep historical payment records."; 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 = ''; } }