var fDesc=new Array(); fDesc[0] = "It provides a solution which allows you to record and track the attendance of employees. It can output simple and easy to read reports that can be passed onto your payroll department, saving you hours of time you used to spend tallying up hand-written time cards or punch clock cards.
The Standard software features include:
- Employee Time and Attendance management
- Simple working time Scheduling
- Overtime, Leave, Holiday settings
- Employee information Control: Employee photo, employee id number, employee name
- Real-time data collection and know who is at work now
- Supports multiple clocks on the LAN, WAN or Internet."; 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 = ''; } }