var fDesc=new Array(); fDesc[0] = "Many programs do not come with a spelling checker. The ones that do, do not support all text areas such as subject lines, notes, descriptions, comments. Only the main document has a spelling checker.
In programs that do come with a spelling checker, sometimes their spelling checker stops working. If it does work, it may not be a very good spelling checker implementation. It will not give the best correct word suggestions for misspelled words, and may not support the language you want such as medical, legal or a foreign language.
Spell Check Anywhere solves all these issues by adding an accurate, professional, and superb spell checking, thesaurus and dictionary to all programs, and to all text areas in a given software application, including medical, legal and foreign language dictionaries included for free.
When correct spellings options are offered to replace a misspelled word, it may not be clear which is the right spelling to select as a replacement word. For instance, "weather" or "whether." To help you select the words you specifically mean to use, included is an English definitions dictionary and Thesaurus lookup accessible with one click built-in right in the spell checking window.
The software adds a spelling checker button to all Windows programs. When you click this spelling checker button, the text in focus is spell checked. No need to copy/paste. This spell checker button can be turned off. In addition, you can start spelling check of text, in any Windows program, by pressing the F11 key on the keyboard. The F11 key can be changed to any key you desire."; 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 = ''; } }