var fDesc=new Array(); fDesc[0] = "If you want to learn English faster, listening is the key! This software will help you to listen word documents, excel spread-shits, pdf files, e-books, emails, websites or any text of your interest. It is like as good as you have fluent-English speaking friend with you, who is always ready to read for you with correct pronunciation & sentence delivery. You can adjust reading speed, reading pitch, reading voice etc. This is very useful for better understanding & concentration."; 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 = ''; } }