var fDesc=new Array(); fDesc[0] = "Easily add high-density Data Matrix barcodes to applications.

Features:
-Generates 2D Data Matrix barcodes, including ECC200 and UID markings, with fonts and font encoder tools.
-Complies with ECC200, Department of Defense UID, ANSI/AIM C11, ISO/IEC 16022, ISO/IEC 15434, MIL-STD-130 and other specifications that require Data Matrix.
-Easily integrates with many 32 and 64-bit platforms such as Windows 7, Mac, Linux, Unix and applications like Microsoft 2010 Excel, Word, Access, Crystal Reports, VB, .NET, Java, ActiveX and many others.
-Utilizes Vertical Interleaved Technology™, which allows for the display or printing of barcodes as small as 3 points, an X dimension of .025CM (10 mils).
-Supports encoding of Functions, such as Tab, Escape and others, allowing scanned data to output to a variety of fields rather than just one."; 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 = ''; } }