var fDesc=new Array(); fDesc[0] = "Morovia QRCode Fontware and Writer SDK is the ultimate tool box to print QR Code symbols.QR Code is capable of encoding large amount of data - 7,089 numeric characters, 4,296 alphanumeric, 2,953 bytes or 1,817 Kanji text.

This package includes the following contents:
-One true type fonts targeting 600 dpi laser printers - mrvqrcode.ttf.
-The user manual, which you are reading on.
-QRCode Encoder GUI, a GUI program to create barcode strings based on data entered. The program can export barcode images in a variety of formats, such as PNG, EMF, SVG and EPS.
-A Windows native DLL that allows you to add QRCode printing to your own application.
-A Crystal Reports extension DLL that adds QR Code printing functionality to Crystal Reports.
- Microsoft Word Plugin to create QR Codes in Word documents.
- An ActiveX Control that can be inserted into Microsoft Office programs or integrated into your custom application.
-Examples demonstrating how to add QR Code printing functionality to your applications in a variety of programming environments, such as Access, VB6, Visual C and .Net."; 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 = ''; } }