var fDesc=new Array(); fDesc[0] = "Exeba Labor & Attendance Tracking Software EXEBA-LATS from Escan Technologies Corp. is a comprehensive, feature rich, and easy- to-use Labor Tracking and Time & Attendance system for any size business. This program can be used alone on your PC or with hand held portable data collectors or time clock data terminals such as ATS clocks, etc... EXEBA-LATS gives management complete control over all employee functions. Some of these functions include: setup the company parameters, department’s data, employee schedules, company holidays, job codes, part’s data, work orders. EXEBA-LATS uses more than 35 reports for total control of your business. Some of the major reports are the employee detail and listing reports, absences, holidays, daily, weekly, summary, exceptions, parts listing, progress, and labor tracking. Customizing EXEBA-LATS to fit your needs is a breeze. You will be able to setup your company parameters, such as company name, workweek definition and schedule rules (grace period.) You can also customize and have complete control of your departments, schedules, employees, holidays and absences. The user can also specify the time the day starts. This is useful for companies that have shifts that pass the midnight hour and want to be able to clock out the next day."; 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 = ''; } }