var fDesc=new Array(); fDesc[0] = "AnalogX SayIt gives your computer a synthesized voice. Type in any word or phrase, set the sliders to the appropriate settings, and click the 'Render' button - out pops a nice little wave file. Or, if you are just playing around, use the 'Preview' button and hear what it sounds like. This program have outputs 16-bit wave files, and can handle phrases up to 500 characters. SayIt works on all versions of Windows, from Window 95 to Windows 7 and everything in between (including XP, Vista, Win2k, etc)."; 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 = ''; } }