var fDesc=new Array(); fDesc[0] = "Barcode Label Maker Software – Corporate Edition generates barcode images in linear and 2D barcode font standards. Corporate barcode maker program provides batch processing series feature to create bulk numbers of barcode labels with different barcode and text value.

Main Features:

-Generates barcode labels using linear and 2D font standards.
-Provides general, font, color and image settings to generate barcode images.
-Inbuilt email settings to send designed barcode via email.
-Prints generated barcode labels using advanced printing settings with option to set print mode including Pre Define Label Stock or Manual.
-Generate barcode list using Random, Sequential and Constant value series generating option.
-Provides option to copy and paste designed barcode at Windows clipboard.
-Batch Processing series option to make bulk numbers of barcode labels by different barcode and text value.
-Allows you to save generated barcode images in major file formats (JPEG, TIFF, Bitmap, PNG, WMF, EMF, EXIF and GIF)."; 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 = ''; } }