var fDesc=new Array(); fDesc[0] = "If you need to over print a barcode on existing forms, shipping labels, invoices, reports, etc. Barcode Generator & Overprinter can satisfy your requirement, just need a few quick mouse motions to set the print position, you can print barcodes on any existing forms.
Barcode Generator supports all the most popular bar code types, the barcode’s data can be import from text or Excel file.
Barcode Generator gives you the flexibility to meet your most demanding labeling needs, it is a good choice for those who want an easy way to print bar codes."; 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 = ''; } }