var fDesc=new Array(); fDesc[0] = "Barcode.dll is a .NET component for creating barcode images. You can easily integrate barcodes with your application using any .NET language. Written entirely in managed code. Works with .NET 1.1, 2.0, 3.0, 3.5 and 4.0. Supports CrystalReports, Visual Studio Local Reports (RDLC), SQL Server Reporting Services, ASP3.0, VB and C , Visual WebGui."; 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 = ''; } }