var fDesc=new Array(); fDesc[0] = "BarCodeWiz barcode fonts come with full featured examples with source code. You may use them as a starting point for your own application or simply reuse parts of code.

This package contains Code 128 Subsets A,B, and C, as well as fonts without human readable text. Each version contains 6 heights, for a total of 24 fonts. You will find various examples and macros, including Microsoft Access, Excel, Word, Visual Basic, and Visual C . For programmers, our VB.NET, C#, VB6 and VC label printing examples include full source code ready for your own use."; 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 = ''; } }