var fDesc=new Array(); fDesc[0] = "ayPad is a freeware talking text editor that can read you a good book or help you write one, using the latest speech technology. It carefully installs the SAPI 5.1 Text To Speech engine from a compact 8.2 megabyte download. This is a quick and painless way to get the SAPI5 TTS onto your system, plus it does cool things like read to you with natural phrasing as a person would."; 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 = ''; } }