var fDesc=new Array(); fDesc[0] = "Morovia QRCode Fonts & Encoder 5 is the ultimate tool box to print QR Code and Micro QR symbols.

Features:
- 1 true type font targeting 600 dpi laser printers as well as 203-dpi thermal printers - mrvqrcode.ttf.
- PCL scalable font is included to target PCL compatible printers.
- Unicode encoding support, which is compatible with Android smart phones.
- A Crystal Reports extension DLL that adds QR Code printing functionality to Crystal Reports. Both 32-bit and 64-bit Crystal runtimes are supported."; 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 = ''; } }