var fDesc=new Array(); fDesc[0] = "!Trak-It HR is an extremely easy-to-use Human Resource Management System, designed to eliminate the tedious clerical work common to most personnel departments. With !Trak-It HR you can quickly respond to management, employee, and government requests with accurate and professional computer-generated reports.
!Trak-It HR will eliminate stacks of paper by tracking:
- Personal Data
- Review Dates
- Current Job Information
- EEO, I-9 and Vets-100 Data
- Dependents
- Unlimited Job Histories"; 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 = ''; } }