var fDesc=new Array(); fDesc[0] = "English Today Lite is a free program that allows you to improve your English pronunciation, reading and listening skills. You can practice your grammar and take language tests to identify your level. It comes with a variety of exercises that can enhance your language speaking and pronunciation abilities."; 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 = ''; } }