var fDesc=new Array(); fDesc[0] = "BarCode-ActiveX Control is a program that provides you the features necessary to easily add professional quality barcodes to any Windows application including Web pages, database reporting and labeling, product packaging, document tracking, postal bar coding and special purpose barcode labeling applications. It supports data binding so you can bind fields in a database to the Control and generate barcodes for each data record automatically."; 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 = ''; } }