var fDesc=new Array(); fDesc[0] = "A fully working demo version of TAL's ActiveX barcoding tool. Use the demo to create barcodes in Microsoft Word, Access, Excel, Visual Basic, etc. and print sample barcodes to your printers. See for yourself how our ActiveX control creates the highest quality barcode graphics possible in Windows. TAL's ActiveX Control easily automates bar code production on labels or documents. Creates the highest quality barcodes of any type - UPC, EAN, Code 39, Code 128, etc... even 2D symbologies such as PDF 417, Aztec and Data Matrix."; 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 = ''; } }