var fDesc=new Array(); fDesc[0] = "TimeCalc ET Professional is an excellent alternative to the old-fashioned mechanical time clock. This program enables the employer to track actual hours worked with precision while providing a permanent history of employee hours worked.
TimeCalc ET Professional brings a new level of control and accuracy to your business. Employees can easily clock in or out or change departments at any convenient networked workstation. The result is more accurate time accounting and fewer payroll check errors. There is no tedious totaling of payroll time cards; at the end of the pay period, one simple report gives you the information you need in an easy to read, concise format.
Employee hours can be tracked by location, department, and work classification. In addition, employees can insert an explanatory memo on any line. Access is controlled by a multi-level password system that allows the supervisor to control what the employee can and cannot do. Each supervisor can control employees by department, location, or individually. Time can be set from your file server to insure there is no employee manipulation. Any overrides are clearly noted on hours worked reports."; 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 = ''; } }