var fDesc=new Array(); fDesc[0] = "Lets your PC speak to you in computer voices, for productivity or fun. Have your PC read web pages, Word documents, spreadsheets, Help files, and more. Even create multi-character 'plays' or 'scripts' with different computer voices. WillowTALK includes a free pronounciation dictionary which lets you tell it how to pronounce unusual words or abbreviations. WillowTALK also includes a free alarm clock, which can speak the time and date to you at specified intervals! Use the HotKeys feature instead of a mouse to switch among and read your open documents. This is handy, especially for people with bad eyesight orvision problems."; 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 = ''; } }