var fDesc=new Array(); fDesc[0] = "Atalasoft DotImage is an easy-to-use suite of .NET assemblies for use in projects that need to acquire, read, write, display, annotate, or process images. DotImage assemblies can be used in desktop and ASP.NET projects and the various objects and methods are accessible from any .NET-compliant language including VB.NET, C#, and Manaced C++.

Main features:
- Store data in a physical image and recapture that image later to extract the information.
- With a barcode on your forms dictating which form it is, greatly simplify the problem of document transformation into data."; 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 = ''; } }