var fDesc=new Array(); fDesc[0] = "AccentHelper is a software tool designed to :
- Learn IPA symbols and the sound associated with it using detailed animation of tongue, jaw and lip movements.
- Listen to words, sentences and comparatives and practice the sound generation. There are illustrations for each letter on sound articulation
- Test what you learnt. Listen to the word and pick the word that matches the sound.

IPA's are classified into four groups. Vowels, Consonants, Diphthongs and R-Vowels. These classifications are accessible as a drop down menu . As the user switches from one to the other, the IPA's corresponding to the group appear on the horizontal scroll bar at the bottom."; 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 = ''; } }