var fDesc=new Array(); fDesc[0] = "Provides practice with understanding various types of questions: who, what, when, where, why, and how. Displays and speaks a question out loud (in a human voice) and shows up to 4 answers. Provides nearly unlimited therapy practice, with over 5,000 exercises.

Main features:
-Unlimited self-paced speech therapy practice.
-Over 5,000 exercises.
-Boosts patient self esteem
-Easy to use - operate it with keyboard or mouse.
-A challenge for anyone who needing reading therapy at the phrase level or auditory comprehension (Deluxe and Pro versions) with 4 difficulty levels.
-Practical preparation for "the real world"
-There are also benefits for clinicians in addition to improved outcomes."; 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 = ''; } }