var fDesc=new Array(); fDesc[0] = "This software is a windows based dictionary so you can learn words quickly.

Features:

-250,000 source words and a powerful thesaurus.
-Speaks source words, definitions, synonyms, spell check alternatives etc.
-Spells hard to understand source words, synonyms, spell check alternatives etc.
-Crossword mode provides powerful searches for partially known words.
-Text and screen sizes easily adjustable for partially sighted users.
-Screen reader mode for use with an existing screen reader - but works perfectly without one.
-Browsable from word to word like an electronic book.
-24 hour support."; 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 = ''; } }