var fDesc=new Array(); fDesc[0] = "Barcode Professional for Reporting Services allows you to create high-quality & high-precision GS1-AIM-ISO-Compliance barcodes for your RDL reports within VS, BIDS or SQL Server Data Tools. You can create customized barcodes by stamping logos or pictures on symbols as well as specifying an image for filling the bars or dots."; 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 = ''; } }