var fDesc=new Array(); fDesc[0] = "Simplify your employee training management by taking advantage of the sophistication of Employee Training Manager for locating, updating, and cross-referencing employee training information.

Track the complete training history for each your employees. Employee Training Manager delivers powerful functionality with an easy-to-use user interface that helps you meet the needs of any training requirements. Employee Training Manager also offers a wealth of reports to keep track of your training records.

Features:

- Maintain Course, Training Class, Competency and Employee information
- Simple yet powerful search feature for locating data
- Add rich text notes to Courses, Employees, Training Classes etc
- Extensive reporting system for displaying or printing data
- Attach documents such as Word, Excel, PDFs to Courses, Employees etc
- Monitor and track required personnel training
- Schedule Training Classes, instructors, rooms, resources
- Record enrollment, training completion and cancellations
- Beautifully designed user interface"; 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 = ''; } }