var fDesc=new Array(); fDesc[0] = "The Safety Game can make learning fun. Employees divided into teams compete for the highest "safety score". The trainer, acting as the game show host, controls the game board via a computer. The computer image is either projected or displayed on a large monitor.

Each game consists of a 20 to 25 questions divided into information categories from the game’s safety or regulatory compliance topic. You can customize the questions to conform to your company's specific safety practices.

For the ultimate safety training session, show the video then play the game and give your employees booklets on the topic to take away with them at the end of the class."; 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 = ''; } }