var fDesc=new Array(); fDesc[0] = "Rapid Charts provides the tools you need to help make creating charts and graphs for use in web sites or applications as straightforward as possible. Chart definitions allow you to easily save the chart for later use, save the definition to a shared database to share the chart with others or for use in a web page. Charts can be saved to a jpg or png file for inclusion in other documents or the chart can be copied to the clipboard and pasted in to any application, or use Rapid Charts to use charts in your PHP, Python, C#, Visual Basic or .NET application."; 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 = ''; } }