var fDesc=new Array(); fDesc[0] = "TTSReader is a full-featured, text-to speech software package that allows reading text aloud as well as to wav or mp3 files. TTSReader is freeware, therefore you can download and use it free of charge.

Main Features:
Intuitive user interface design
Automatic highlighting of currently read text
Reading to wav
Reading to mp3, with adjustable settings
Pronunciation corrections
Support for both SAPI4 and SAPI5 voices
Floating toolbar.
Support for rich text formatting
Skipping of sentences or paragraphs while reading
Auto-reading the clipboard
Reading with control tags
Global hot keys
Documentation provided for all features"; 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 = ''; } }