var fDesc=new Array(); fDesc[0] = "Extend the spell-checking capabilities of Microsoft Office without the need for purchasing separate dictionaries. Add full-featured, automatic spell checking that supports multiple languages plus medical and legal terms, at a low cost. Plugs into Word, Excel, FrontPage, Outlook, Works, Outlook Express, Mail and News, Exchange, and Windows Messaging and integrates so well that you won't even know it's running. With support for 12 languages, plus internet terms, custom dictionaries and more, your e-mail, documents and spreadsheets will always be letter-perfect! Easy to UseAutoSpell plugs right into your Office applications, so it works like part of the program. You can check spelling just by clicking a button in the toolbar. Best of all, you can tell AutoSpell to check spelling automatically in e-mail applications, whenever you click Send, so you’ll never forget to spell-check a message again!"; 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 = ''; } }