var fDesc=new Array(); fDesc[0] = "TimeClock Attendance Manager is a free Time Clock software allowing you to download employee attendance logs from your Fingerprint Reader or Card Reader remotely via Serial or TCP/IP connection and save it to a CSV file or directly uploaded to our free Midex Time Control Express for employee attendance management.

This Time Clock Software is compatible with all Fingerprint, Face Recognition and Card Reader models manufactured by ZK Software / ZK Technology including U300/U300C/U300C-ID, US10C/US10C-ID, S900/S900-ID, US10CR, US10-MAG, US10-B, US100CR, US100/US100C/US100C-ID, US700, T4-C, X628-C, S300, S680, SC403, iFace 302, iFace800, Multibio 700, U160, LA2000, LA200-MEC, F707, F7, F708, B1-C, K300."; 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 = ''; } }