var fDesc=new Array(); fDesc[0] = "ActiveReports includes a complete set of reporting controls and code library. You can use built-in controls such as barcodes, tablix, charts, data bars, sparklines, and maps to visualize data. Additionally, you can script your own behavior with the comprehensive and fully documented API that supports the code languages most commonly used in Visual Studio: C# and Visual Basic."; 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 = ''; } }