var fDesc=new Array(); fDesc[0] = "Code Barcode Maker Pro, supports over 20 barcodes types.

In Code Barcode Maker Pro you will be able to make high resolution barcode images, that can be saved in the BMP, TIF, JPG, PNG, PDF file format and also Encapsulated PostScript (*.eps) and Enhanced MetaFile (*.emf), they are vector image formats.

You will also be able to make sequential barcodes and then save the barcodes as a high resolution image or print the barcodes on labels."; 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 = ''; } }