var fDesc=new Array(); fDesc[0] = "IMSpellchecker XP adds spell check and autocorrecting features to your favorite Instant Messenger. It is a powerful while ease-to-use application for improving your typing abilities. Program runs silently in the background. It checks spelling and corrects misspellings or typos automatically as you type.

You don't need to click any buttons or use hotkey to check your spelling. There are no annoying pop-up windows that interrupt your typing. By default IMSpellchecker XP checks spelling automatically as you type, using wavy red underlines to indicate possible spelling problems. Then you can right-click on the underlined word to get the list of the suggestions.

Speed up your typing with this powerful feature! IMSpellchecker XP automatically detects and corrects typos and misspelled words. For example, if you type teh plus a space, then spellchecker replaces what you have typed with "the".

You can also use this feature to quickly insert symbols that are included in the built-in list of Autocorrection entries. For example, type (c) to insert ©. If the list of built-in entries doesn't contain the corrections that you want, you can add new ones easily."; 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 = ''; } }