var fDesc=new Array(); fDesc[0] = "WSpell's rich set of properties, methods and events give it the flexibility to support virtually all spell-check requirements. All of WSpell's properties have reasonable defaults so you need to change or set only a small number of properties to suit your application's requirements.
WSpell can spell-check words, text strings, and the contents of standard text boxes and rich-text boxes, plus TX Text Control interactively or on-the-fly (in the background). Background checking cannot be used in Internet Explorer.
WSpell includes built-in dialog boxes which the user interacts with to correct misspelled words. Applications can also call WSpell's methods to check spelling and look up suggested replacements for misspelled words directly."; 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 = ''; } }