var fDesc=new Array(); fDesc[0] = "Vocalizer Javier is high-quality human-sounding Spanish/Mexican voice for ClaroRead program. ClaroRead is a text to speech application that has support for more than 30 lanaguages. It helps you to read, write, study, and increases your confidence. You can read any on-screen text out loud and improve your writing in Microsoft Word."; 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 = ''; } }