var fDesc=new Array(); fDesc[0] = "Barcode Xpress provides accurate readings of broken and damaged barcodes. In just a few lines of code, you can integrate the most accurate 1D or 2D barcode recognition into your .NET (VB / C#) applications.

Whether it’s a document, a package, or a medical record, using this tool will detect, read, and write more than 36 different 1D and 2D barcodes with accuracy and dependability. With Barcode Xpress, you can scan up to 1,000 pages a minute locating and decoding multiple barcode images on each page."; 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 = ''; } }