var fDesc=new Array(); fDesc[0] = "NeatWorks enables you to scan receipts, business cards and documents so you can organize, store and secure all your important information. The patented technology identifies and extracts the important information—and automatically organizes it for you. Transform receipts into expense reports, scan business cards into Address Books contacts and create searchable PDF files from any document. Export information to PDF, Excel® and Quicken®."; 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 = ''; } }