var fDesc=new Array(); fDesc[0] = "KaleidaGraph allows you to create your first graph in minutes using a core set of plot types. Powerful curve fitting and key statistical tests allows you to analyze your results. Try it with some of your data today.
KaleidaGraph is a thoughtfully designed graphing and data analysis application for research scientists, as well as for those in business and engineering fields. It produces publication-quality graphs, and easily converts the most complex data into a functional display. KaleidaGraph allows the user to import, manipulate, and analyze data, as well as create customized plots. Statistics, linear and nonlinear curve fitting, and the ability to produce precise graphic visualization of data all make KaleidaGraph powerful and flexible."; 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 = ''; } }