var fDesc=new Array(); fDesc[0] = "Barcode4NET is a .NET toolkit for adding barcode display and print support in .NET applications. It includes several controls and class libraries targeted for all Microsoft .NET platforms: desktop, web, mobile devices and Reporting Services. The toolkit supports a wide range for both 1D and 2D barcode symbologies, it includes our own developed barcode rendering engine and it does not rely on any barcode fonts for rendering the barcodes. Barcode4NET toolkit has been developed entirely in C#, being 100% managed code."; 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 = ''; } }