var fDesc=new Array(); fDesc[0] = "ABBYY ScanTo Office is a powerful yet easy to use scan conversion utility. This incredible program allows you to scan paper and reproduce documents into editable and searchable Word or Excel files. The program features a very simple and intuitive user interface with a wizard that leads you through the simple steps of scanning and converting, or you can run the application directly from Microsoft Word, Excel, Outlook or Windows Explorer without the unwieldiness of launching a separate application. This convenient tool helps you quickly unlock and repurpose information from paper documents or image files into Microsoft applications while retaining the original looks and without having to retype or reformat. Thanks to its advanced conversion process, it maintains the same look and feel of the original paper, even remembering tables, columns, and font sizes. ScanTo Office is perfect for home users or small businesses that need to quickly scan paper so they can edit and reuse, or send the information through e-mail in a few seconds."; 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 = ''; } }