var fDesc=new Array(); fDesc[0] = "Free your Eyes: All new Advanced Text to Speech 3.6 (ATTS) is a Text to Speech utility based on Microsoft Agent Technology. ATTS makes it simple to have your computer read text out loud - simply select the text you want read and copy it (Ctrl+C) to the Windows clipboard, and ATTS will take care of the rest! You can also have ATTS save the spoken text to an audio file (WAVE or MP3) to listen to later on your PC or a portable audio device. Use ATTS for reading emails, online articles, contracts, memos, and proofreading letters and manuscripts. ATTS 3.6 also has a handy new Reminder and Alarm feature that you can set to remind you to do anything you tell it to. Simply type in your reminder message, set the alarm and ATTS will help you stay on top of your busy life. At 2.7 MB, award-winning ATTS is smaller and more powerful than ever. Why strain your eyes reading a screen or waste paper and toner when you can have text read back to you?"; 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 = ''; } }