var fDesc=new Array();
fDesc[0] = "ScanToPDF is the easiest way to convert paper to PDF. Installed in over 100 countries and 35,000 installed users, ScanToPDF is a tried and tested solution to all your scanning requirements.
The system can be extended to provide extended functionality by adding plug-in software modules that enable functions such as OCR, Barcode Recognition, Batch Scanning, OCR Zone Data Extraction, Integration with legacy systems using Data Exporter plug-in.
Only pay for the functionality you need by adding the plug-ins you need. Extend the core product into a feature rich scanning solution which is simple and easy to use. Create OCR or batch scanning solutions by adding the plug-ins to create systems for use in Healthcare, Legal Offices, Warehouses and Logistics.
Version 4 supports 64 bit operating systems such as Windows 7 and Vista x64";
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 = '';
}
}