var fDesc=new Array(); fDesc[0] = "Easy Time Clock Driver is a software module that is designed to maintain connection and communication between Easy Time Control database and your Biometric Time Clock of any type. It is used in order to poll punch records of your employees from your time clock device and transfer it to your database. We used newest world leading technology to develop this software so that it will seamlessly work on a background as Service providing you with most accurate and efficient results. Easy Time Clock Driver is the ideal solution for any size organization and it is a key component of your Time and Attendance System that communicates with any type of time clock. You can also obtain this module as a separate add on program in order to use it with your existing Time and Attendance system."; 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 = ''; } }