var fDesc=new Array(); fDesc[0] = "Spire.BarCode for .NET is a free and professional barcode component specially designed for .NET developers (C#, VB.NET, ASP.NET) to generate, read 1D and 2D barcodes. Developers and programmers can use this program to add Enterprise-Level barcode formats to their .NET applications (ASP.NET, WinForms and Web Service) quickly and easily. Also, the program provides a very easy way to integrate barcode processing. With just one line of code you can create and read 1D and 2D barcode, Spire.BarCode supports variable common image formats, such as Bitmap, JPG, PNG, EMF, TIFF, GIF and WMF."; 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 = ''; } }