var fDesc=new Array(); fDesc[0] = "Rt-Tools2D is a compilation of components for generating Cartesian X/Y-plots from scientific and financial data. It is available as VCL component package for Borland and CodeGear Delphi and C compilers and as .net Assembly for the Winforms framework of Microsoft® Visual Studio®.
It supports a large variety of axis scaling types, series, calculated line legends, movable markers, etc., and thus gives you a tool for generating scientific and financial graphing programs easily, while retaining numerous options for tailoring the end product to the requirements of you and your customers."; 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 = ''; } }