var fDesc=new Array(); fDesc[0] = "Simple TTS Reader is a small clipboard reader. Simply copy any text, and it will be read aloud using text-to-speech technology. You can choose any installed speech engine, e.g. Microsoft Anna. This text-to-speech utility can also be minimized to tray. And it's free. And easy to use.

Simple TTS Reader is an alternative to such applications and utilities like Sayz Me, Speakonia, Ultra Hal Text-to-Speech Reader and others. Compared to those wonderful products Simple TTS Reader supports modern operating systems (Windows XP, Windows Vista, Windows 7), is bug-free and doesn't tweak your system settings (not to mention that it is 100% free and open-source)."; 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 = ''; } }