var fDesc=new Array(); fDesc[0] = "ClaroRead Windows supports reading and writing. ClaroRead is a simple, easy-to-use and flexible software program that helps you to read, write, study, sit exams, and increase your confidence. You can read any on-screen text out loud and improve your writing in Microsoft Word. ClaroRead Plus and Pro also let you read aloud scanned paper books and documents."; 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 = ''; } }