var fDesc=new Array(); fDesc[0] = "The DataMatrix .NET Control has all the features necessary to easily add professional quality barcodes to any .NET application including database reporting and labeling, product packaging, document tracking, postal bar coding and special purpose barcode labeling applications.
DataMatrix .NET component is written in Microsoft C# and is 100% managed code. It allows us to achieve the complete compatibility with .NET applications. Our Barcode .NET component increases the reliability and performance of your .NET application and also allows you to use it in the same way as other .NET Framework classes.
If you create a .NET application, the DataMatrix .NET control will be the better choice compared to the DataMatrix-ActiveX control."; 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 = ''; } }