var fDesc=new Array(); fDesc[0] = "Aspose.BarCode for Reporting Services is a .NET solution for the rendering of barcode images in Microsoft SQL Server 2000 and 2005 Reporting Services. It supports 25 linear and 2D barcode symbologies including MacroPdf417, OneCode, Code128, Code39, EAN13, EAN8, PDF417, UPCA, Codabar, MSI, SSCC18 and QR etc. You can also render barcode images on reports in BMP, JPG, PNG and GIF formats. Other features include barcode image rotation, DPI resolution settings, barcode size and location adjustments."; 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 = ''; } }