var fDesc=new Array();
fDesc[0] = "NCheck Bio Attendance is an automatic ready-to-use time tracking system with biometric fingerprint and face identification. May be used from employee attendance control to check-in at events, clubs, clinics, etc. Protection against human-factor errors or user fraud. Employee GPS logging (optional). User groups, shifts and schedule planning. Reports in XLS, PDF or CSV. Webcams and 90+ fingerprint reader models from 40+ manufacturers support.
+ Ready-to-use attendance control automation system.
+ Fingerprint, face and iris biometrics protect against errors or user fraud.
+ GPS logging for remote employee location tracking.
+ Employee groups and configurable shifts.
+ Reports generation for users' attendance.
+ Cloud, client-server and stand-alone architectures.
+ Delayed database synchronization for remote locations.
+ Bring Your Own Device (BYOD) support.
+ Windows and Android supported.
+ Webcams, all major models of fingerprint scanners and iris scanners supported.";
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 = '';
}
}