var fDesc=new Array(); fDesc[0] = "QRCode Font Kit allows you to convert a character string into a QR Code barcode. The fonts included are provided in TrueType, OpenType, and Postcript formats and at several weights. The Font kit comes with examples (with source code) for C/C++, MS Access, Crystal Reports, Delphi, Java, VB6, VB.NET and Visual FoxPro. All font products include embedding license so that fonts may be embedded into Acrobat pdf pages or font objects created for embedding barcodes into web pages."; 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 = ''; } }