var fDesc=new Array(); fDesc[0] = "FluencyCoach is a free software application that uses Altered Auditory Feedback technology to simulate the effects of “Choral Speech” (speaking simultaneously with another person). It has been known for years that choral speech can promote fluency in a person who stutters, and in some people who suffer from Parkinson's Disease.

In recent years, the application of Altered Auditory Feedback has received a lot of attention as the technology underlying such well-known anti-stuttering devices as SpeechEasy, mySpeech and SpeechCoach."; 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 = ''; } }