var fDesc=new Array(); fDesc[1] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools."; fDesc[2] = "coordinate plane automatically. It is highly useful for students and for scientific work. It supports a multilingual interface; many languages are included with the installation package and others can be easily downloaded."; fDesc[3] = "It’s not just an ordinary application that makes plotting easier, but also a powerful one that can be utilized even for the superior purposes such as scientific graphics."; fDesc[4] = "advanced mode. It is considered to be the most award winning collection of data and analysis software. Data studio allows the users to watch the science unfold in front of them in real time with data collection, graphing, and analysis."; fDesc[6] = "parameters to data with up to 20 independent variables. Define your own equations or choose from over 600 pre-defined equations."; fDesc[7] = "perfect for high school and college math students. This utility is feature rich and comprehensive. It plots 2D graphs with comfortable navigation, and it is well suited for math students."; fDesc[8] = "curve fitting process for you in a single step with its built-in equations, enabling you to find the ideal model for your 2D data. TableCurve 2D includes equations from single linear to high order Chebyshev polynomials for data modeling and critical research."; fDesc[9] = "Lorentzian series is recommended for real data especially for multiple peaked data.This is a Fortran Calculus demo application."; fDesc[10] = "you to perform automatic curve fits, calculate statistics, tangents, integrals, and interpolations. You can also adjust the parameters of your graphs."; fDesc[11] = "Software can also fit/regress any entered parameters against chemical data and perform sensitivity analysis."; fDesc[12] = "presentation software! Download a demo of our analysis and plotting software!"; fDesc[13] = "specify to a set of data values. Virtually any type of function can be fitted."; fDesc[14] = "regression (curve fitting) engine to your software with just a few simple lines of code in any software or development environment that supports COM."; fDesc[15] = ", polynomial, exponential and nonlinear functions."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }