var fDesc=new Array(); fDesc[0] = "Barcode Tools for Crystal Reports provides the tools needed to include most common 1D and 2D barcodes within Crystal Reports XI or later, either as graphic images or as font-based barcodes. Font-based barcodes may also be included in reports created using earlier versions of Crystal Reports, and barcode graphic images may be included in packages created using the Crystal Reports Designer Component for VB6 included with Crystal Reports 9."; 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 = ''; } }