var fDesc=new Array(); fDesc[0] = "Sky Pronunciation is a multimedia interactive pronunciation program designed to help learners of English to improve their pronunciation skills through awareness-building, recognition and production. The program is divided into five different sections. These include the study and testing of sounds, the study and testing of similar-sounding word sets and the study, practice and testing of phrases and sentences."; 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 = ''; } }