var fDesc=new Array(); fDesc[0] = "Keller-Soft® Safety Training Customizer® includes training outlines, exercises, 5-minute talks, handouts, quizzes, and PowerPoint® presentations – many of which are also available in Spanish. Offers training material for more than 190 topics covering general industry, construction, and transportation. Includes safety-related cartoons, photos, and games to make training sessions more interesting, as well as certificates of achievement to recognize employees who have completed training."; 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 = ''; } }