var fDesc=new Array(); fDesc[0] = "With ScanPapyrus, you can scan a document without moving back and forth between the scanner and the computer.

Do you need to scan 10, 20, or 100 pages and save the scanned document to PDF? ScanPapyrus can help you do it more quickly and easily! Just set the time interval for ScanPapyrus to wait for, before starting to scan the next page. During that time, you can turn the book page or change the document page on the scanner glass, and then ScanPapyrus will automatically start scanning the next page.

Thanks to the batch scanning mode, you can stay near the scanner while scanning a document or book. It means you can finish this job faster!"; 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 = ''; } }