var fDesc=new Array(); fDesc[0] = "AfterScan Express is an advanced spell-checker and an 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."; 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 = ''; } }