var fDesc=new Array(); fDesc[0] = "Scan paper documents and save them as PDF files, or attach to an email using your Windows mail software.

Scan2Email is a Windows app that allows you to quickly and easily scan to email, or scan to PDF, and handle multi-page paper documents, with the option to view, save, or attach to an email using your existing email software in Windows. All this is achieved with the press of a button! The size of a typical Scan2Email document is only about 50KB. The recipient can simply open the PDF attached to the email, and display it in their default PDF viewer (e.g. web browser or Adobe Reader)."; 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 = ''; } }