var fDesc=new Array(); fDesc[0] = "TRAIN TRACK makes it easy to keep track of employee training, and provide documentation of compliance with training requirements. The program has been fully validated, and is compliant with FDA 21 CFR part 11 and other regulations.
The program is a self-contained database program which is ready to use right out of the box. It comes with everything you need, including an optional Microsoft SQL Server Express database and web-based user interface. The program is fully customizable and can be modified to meet your needs."; 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 = ''; } }