var fDesc=new Array(); fDesc[0] = "TNA Real-time Attendance Monitor is a stand alone program that can be installed on any pc on the network and will monitor, in real time, who has clocked in or out and the times of the clockings.

Main Features :

- View employee expected arrival and departure times on one screen
- Sort and view employees in selected classifications
- Employee clockings are immediately updated and seen on screen
- Late arrival or early departures are immediately highlighted
- Employees on leave are displayed with the leave descriptions
- Network friendly and does not use file sharing, but is configured as a client of TNA Server
- Minimise to task tray or set to be fixed on pc screen
- Stand alone application is easy to distribute"; 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 = ''; } }