var fDesc=new Array(); fDesc[0] = "WORDsearch is packed with many of the helpful new features you've been asking for, such as a new Illustration Organizer, Desktop Templates, functions for Twitter, Facebook, and a host of other improvements.
A new Pronounce menu option allows you to audibly pronounce over 20,000 words. Just right-click a word, and, if that word is in the audio database, you can hear the word spoken."; 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 = ''; } }