var fDesc=new Array(); fDesc[0] = "This program is an advanced spell-checker and the ultimate automatic proofing and correction tool. AfterScan will meticulously search for errors in the text documents. When it finds an unrecognized word it will attempt to fix it using its vast knowledge base of many kinds of text input errors, such as scanned text recognition (OCR) errors and typing errors. It will find errors in your documents. There are over 5000 correction rules in AfterScan's knowledge base and over sixty analysis algorithms. The program finds real errors and detects new words, names, abbreviations, mathematical and chemical formulas, etc."; 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 = ''; } }