var fDesc=new Array(); fDesc[0] = "Now you can seamlessly add Spellex Specialty Spell Checkers to any Microsoft or Corel application. Spellex for Microsoft and Corel are useful additions to your word processing software library, allowing users to verify unsure spelling of industry specific terminology.

-Seamless integration with your word processor.

-100% compatible with Microsoft Office or Corel WordPerfect.

-Nothing new to learn. Works with your existing spell check option.

-Allows users to verify words by using phonetic or typographical search.

-Both the standard English language dictionary and the Spellex industry dictionaries are checked simultaneously with one mouse click.

-Allows you to look up words while inside your spell checker, without exiting your program."; 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 = ''; } }