var fDesc=new Array(); fDesc[0] = "NBarcode Barcode Reader for .NET is a barcode recognization solution for Microsoft .NET Frameworks. It allows you to recognize barcode images in your .NET applications.

NBarcode Barcode Writer for Reporting Services supports popular Linear (1D), 2D and Postal Barcode types, including Code 39, Code93, Code 128, EAN 13, EAN 14, EAN8, UPC, Postal, Data Matrix, QR Code, PDF 417, Aztec and more."; 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 = ''; } }