var fDesc=new Array(); fDesc[0] = "The Universal 2D Barcode Font kit includes the fonts and both 32 and 64 bit ANSI and Unicode DLLs and 32 and 64 bit Active-X components, a fully-managed-code .NET (version 2 or later only) component, and a Java class, allowing calls from most programming languages to convert a character string into an Aztec, Datamatrix, PDF417, or QR Code barcode, plus a 32 bit UFL for use within Crystal Reports."; 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 = ''; } }