var fDesc=new Array(); fDesc[0] = "Universal Biometric Driver is designed to communicate PayPunch software with different types of biometric devices and data transferring to PayPunch database.
PayPunch is a Biometric Time Clock & Attendance tracking system that replaces the typical time clock used to track employees attendance. Instead of employees punching a time-card, they simply insert their hand into the reader and enter their employee number. PayPunch does the rest!
Biometry is the statistical analysis of biological observations and phenomena. PayPunch uses a biometric device that recognizes each employee's hand and records their time/attendance data to produce an accurate payroll in significantly less time than ever before!"; 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 = ''; } }