var fDesc=new Array(); fDesc[0] = "It's an open source payroll and time management software.

Features:

-Employee Scheduling module with flexible pattern scheduling that minimizes data entry and eliminates the need to manually create schedules on a regular basis.

-Time and Attendance module to efficiently track and monitor employee attendance, including tardiness, missed punches, overtime and vacation time.

-Payroll module with fully integrated start to finish payroll processing at the click of a button, tax and benefit calculations, tax reports, check printing and direct deposit functionality."; 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 = ''; } }