var fDesc=new Array(); fDesc[0] = "Barcode Label Generator Plus is a valuable tool that allows you to create ID barcode pictures or batch barcodes of any size and color simply using all the keyboard symbols.
This exclusively designed tool can create barcodes of any size and color with the combination of all the keyboard symbols. This tool provides the most accurate options to create ID barcode pictures and batch barcodes in any font, color or size. With a crystal clear interface, easy design and printing options, the user is able to create printable barcodes from text lists, export barcode pictures and print batch barcodes with normal barcode printers. The wizard tool supports standard barcode fonts like barcode 3 of 9 (barcode 39), code 93, barcode 128, Interleaved 2 of 5, EAN 8, EAN 13, EAN128, ISBN, UPC, CODEBAR, MSI barcode types and also allows to export barcode pictures to file. It also allows the user to set bar density, bar height, barcode text entering, display setting, rotation, alignment, and caption setting."; 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 = ''; } }