var fDesc=new Array(); fDesc[0] = "Bytescout BarCode Generator can be used to generate and export barcodes into image formats (PNG, JPG, TIFF, GIF). This program supports 1D and 2D barcodes including Codabar, Code 39, Interleaved 2 of 5, DataMatrix, and QR Code (including MicroQR Code and HanXinCode).

BarCode Generator provides a simple interface where you can easily select the symbology, add the value to be stored, and customize the size, margins, and appearance. You can also preview the barcode in its main window."; 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 = ''; } }