var fDesc=new Array(); fDesc[0] = "The Speech Visualizer software program from STR-SpeechTech provides real-time visual feedback of voice and speech articulation. The program uses a process that creates patterns from the speech waveform. The real-time display can be used to provide visual feedback of the pronunciation of vowels, diphthongs, and consonants in hearing impaired patients, as well as patients with normal hearing."; 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 = ''; } }