var fDesc=new Array(); fDesc[0] = "Universal Bar Code Image Generator includes 12 barcode types (industry standards) in one package for extra price.
Easily create Ean13, Ean8, Interleaved 2of5, Bookland, Codebar,UPCA,UPCE,Code128A,Code128B,Code128C, Code39 or Code93 barcode images ready for clipboard pasting into other applications - or save it as a graphic file in high quality TIF format. Easy integration with other windows applications. Insert bar code images into Word, Quark Xpress, Corel, etc.."; 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 = ''; } }