var fDesc=new Array(); fDesc[0] = "Dr. Fluency is filling a crucial need in the demanding realm of fluency-shaping therapy. The user friendly, interactive program, based on internationally recognized fluency shaping methodology, maximizes precious therapy time, provides specific and objective feedback, monitors patients' progress reports and motivates clients to learn and practice their techniques and exercises. The program is compatible with a wide variety of stuttering therapy approaches."; 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 = ''; } }