var fDesc=new Array(); fDesc[0] = "The RiverSoftAVG Charting Component Suite (RCCS) for Delphi 5-XE (Win32 and VCL.NET) is a free (for non-commercial use) with SOURCE charting Suite for adding charts and graphs to your programs.
Avoids TeeChart conflicts when you distribute components that use charts and having a conflict between TeeChart Pro and the version of TeeChart that came with Delphi"; 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 = ''; } }