var fDesc=new Array(); fDesc[0] = "VintaSoftTwain.NET SDK is an image acquisition library which allows you to control the flatbed and ADF scanner, web and digital camera, and any other TWAIN compatible device using Microsoft .NET Framework.

It provides features such as:
- Enumerate and select a scanner.
- Acquire image from scanner.
- Preprocess acquired image.
- Save acquired image to a file or database.
- Upload acquired image to HTTP, HTTPS or FTP server."; 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 = ''; } }