var fDesc=new Array(); fDesc[0] = "A real-life situation is presented like You burn your hand. What is the first thing to do? The user must choose between a list of four alternatives like: Put on a mitten; Put on a Band-Aid; Put your hand under cold water; and Put your hand under hot water. The user is instructed to choose the best alternative. These are creative lessons by Susan Howell Brubaker experienced speech-language pathologist and workbook author, 150 different situations, timed responses, large easy- to-read screens, cumulative progress reports, flexibility to adjust the number of incorrect responses before the correct answer is supplied."; 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 = ''; } }