var fDesc=new Array(); fDesc[0] = "Easy Learning - English language course comes with 400 lessons and 520 special exercises. Its pronunciation trainer provides systematic training of all sounds. Voice recognition feature helps you practice pronunciation interactively. You can also export MP3 content from this program to use on your mobile phone. Built-in Strokes Reference Suite includes a dictionary with 8000 spoken words and 3200 example 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 = ''; } }