var fDesc=new Array(); fDesc[0] = "Barcode Creator is specially designed software to create bar code labels. By parting from a numerical or alpha input or import from external code list file, all the user has to do is to choose the format of code. The software will automatically generate the label graph.
The currently version Barcode Creator supported encoding formats:

EAN (13 digits, 8 digits, 13 + 2 add-on and 13 + 5 add-on)
UPC (UPC-A, UPC-E, UPC-A with 2 or 5 digit add-on)
ISBN (with or without the 5-digit add-on)
CODE128(A,B,C,RAW)
CODE39
"interleaved 2 of 5"
Codabar
MSI
Plessey
CODE93

Barcode Creator wills print bar code labels in any Windows compatible printer. The barcode label graphics can be save to disk also."; 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 = ''; } }