var fDesc=new Array(); fDesc[0] = "Select a sound from 44 standard English sounds. (You can select the sound you have trouble with or just learn one sound at a time.) Learn the proper way to pronounce the sounds using the online mouth video clips and animations. (Practice does not make perfect, perfect practice makes perfect.) Learn the phonics rules, patterns, and phonetic transcripts to help you learn the correct pronunciation & spelling of English words. (About 50% of English words follow the major rules, about 30% of English words follow the minor rules, about 20% of English words are sight words which do not follow any rules and patterns.) Enable speech recognition solution to check your pronunciation and use our feedback solution to identify your problem sounds.
Practice the pronunciation of short words by using auto-play feature. Play the same word and sound repeatedly help you subconscious mind accept the correct pronunciation. (Repetition is to learning, persistence is to success. Practice does not make perfect, perfect practice makes perfect.)"; 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 = ''; } }