var fDesc=new Array(); fDesc[0] = "TimeClock Plus automates the management, collection, and distribution of employee hours in undelayed real-time, offering a snapshot-in-time of any company for labor control, payroll and employee self-service. TimeClock Plus boasts robust and highly flexible configuration abilities to accommodate today's business needs for powerful and accurate labor management solutions. Management can create and enforce simple or highly complex pay rules increasing timekeeping accuracy and reducing unwanted overtime within an organization. By collecting and calculating employee time clock information automatically and in real-time, TimeClock Plus saves your payroll staff costly time, and significantly reduces the risk of payroll inflation errors."; 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 = ''; } }