var fDesc=new Array(); fDesc[0] = "Word Spring is an easy to use, highly configurable Spell Check, Definitions Dictionary, Thesaurus and mini-editor at your finger (or mouse) tips to aid your editing and compositional endeavors. Word Spring is a central word repository consisting of 4 elements, modules or applications, all tightly integrated into an easy to use, fast, intuitive and powerful Windows central word management application. (formerly Tray Suite)
The integrated Suite consists of:

*
Spell Magic - Spell check anything in any program on your computer, with unparalleled options to control how you want to spell check.
*
Idea Magic - On- the-fly thesaurus (in American and UK English), from which to find replacement Nouns, Verbs, Adverbs and Adjectives.
*
Definitions Dictionary - 180,000 word dictionary (in American and UK English) to lookup synonyms and antonyms for Nouns, Verbs, Adverbs and Adjectives. Find words to use as replacements or use to find the meaning and context of words.
*
Instant Spell - is a mini text editor with all the basic functionality, including access to ActiveSpell, thesaurus and definitions dictionary.
*
30+ spelling dictionaries in several languages, including Medical, Legal & Technical"; 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 = ''; } }