var fDesc=new Array(); fDesc[0] = "Comprehensive barcode recognition sdk to read barcodes from images, PDF and bitmaps. Supported barcodes types include Code-39, Code-128, Code-25, Code-93, Codabar, EAN-13, EAN-8, UPC-A, UPC-E, Patch, QR-Code, GS1-Databar and PDF-417. Download includes code samples for DLL, OCX, COM, Java and .Net interfaces. Supports TIF, JPG, BMP, GIF, PDF and PNG files. Results can be exported to XML files and TIF documents split into sub-files according to the position on barcodes."; 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 = ''; } }