var fDesc=new Array(); fDesc[0] = "Active Barcode Component - Standard :Create and print industry-standard barcodes from your Windows applications. Active Barcode Component - Standard is a data-bindable ActiveX barcode image creation component for Code 39/93/128, Interleaved 2 of 5 and Matrix 2 of 5 barcodes, and allows bar thickness, the wide/narrow ratio, bearer bars, margin indicators, human readable text and text position to be adjusted. Barcodes can be rotated left or right, or inverted, and check digits can be automatically calculated and either shown or hidden. Includes source code samples for MS Access, VB etc. No dependencies."; 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 = ''; } }