var fDesc=new Array(); fDesc[0] = "Bar Code Interleaved is a software can cover code data into an actual bar code. You can use this utility to build 2/5 interleaved or ITF-14 bar codes and then to copy and paste them into other Windows programs for printing.
Also you can use this utility to build bar codes and then to copy and paste them into other Windows programs for printing. Click on any orange circle below to view a description of exactly what that control does. Bar codes can be printed on sheets of labels, copied into a desktop publishing program to display a bar code on your packaging, or exported as a gif, jpg, or bmp."; 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 = ''; } }