var fDesc=new Array(); fDesc[0] = "dBarcode.NET 1D Universal is a fully-managed-code component for generating 1D barcode images in the .NET framework. Barcode images may be displayed on screen, printed on a printer, copied to the clipboard or saved as graphics file image. The component includes methods for saving graphic images as files or memory streams with a specified resolution in BMP, GIF, JPEG, PNG, TIF or WMF formats, and, for most barcode types, also generates pattern strings for developers who wish to draw their own bars."; 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 = ''; } }