var fDesc=new Array(); fDesc[0] = "Training Center Manager® is a top-of-the-line management package specially designed for organizations running training programs. While it can be used for any training purpose, it has features specific for those agencies running American Heart Association (AHA)CPR, ACLS, and PALS courses, American Safety and Health Institute (ASHI) health and safety programs, Medic First Aid emergency care classes, Emergency Care and Safety Institute (ECSI) programs,National Safety Council training courses, and EMS Safety Services (ESS) trainings. We believe it is the only program on the market capable of handling the technical details of all six agencies."; 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 = ''; } }