var fDesc=new Array(); fDesc[0] = "RealSpeak Australian-English Lee Voice is a voice sample for ClaroRead program. ClaroRead program is an effective multi-sensory software for supporting people or users who struggle with reading and writing. The program was designed with maximum simplicity, adaptability and flexibility, users of any age and level of ability will have a world of information unlocked through ClaroRead."; 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 = ''; } }