var fDesc=new Array(); fDesc[0] = "ABA English Course is the best software to learn English.The English software uses the latest voice recognition software Intonation, which allows you to speak English and record your voice to learn English pronunciation. Also you can study English courses of all levels with the downloadable software: from Basic to Advanced English."; 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 = ''; } }