var fDesc=new Array(); fDesc[0] = "ClaroLingo enables the computer translate and speak any text in a wide range of languages, making it the ideal tool for anyone who learns, teaches or works with different languages. ClaroLingo uses a high quality, human sounding voices that speaks text aloud to help those learning how to pronounce words. ClaroLingo is currently linked to a wide range of language dictionaries. It includes an extensive homophone checker, giving extra support for checking the many hundreds of confusable words in the English language."; 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 = ''; } }