var fDesc=new Array(); fDesc[0] = "The Universal Barcode Font kit includes TrueType, OpenType and PostScript fonts, and both 32 and 64 bit ANSI and Unicode DLLs and 32 and 64 bit Active-X components, a .NET Managed code component for Visual Studio, and a Java class, components which may be called from most languages to convert a character string into a barcode. The kit also includes a Crystal Reports 32 bit UFL (User function library) for use in formulae."; 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 = ''; } }