var fDesc=new Array(); fDesc[1] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[2] = "computation, visualization, and programming in an easy to use environment. It can be used in, Math and computation, Algorithm development, Data acquisition, modeling, and simulation. It cah aldo be used for data analysis, etc."; fDesc[3] = "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[4] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set."; fDesc[5] = "any project you have on your mind. The Pro version provides powerful maths, multiple overlay laps and unlimited components. This is the data acquisition software to have."; fDesc[6] = "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[7] = "become more powerful and easier to use. If you want to get the best balance out of your car, there is no substitute, it's the Data Acquisition plug in or nothing else."; fDesc[8] = "create and manage database for MySQL, Oracle, MS SQL, etc. in the easiest way. This software also provides a complete range of tools, commands, and options that can be customized to our needs and preferences."; fDesc[9] = "need to have some special statistics knowledge. The main difference from similar applications is that Statgraphics Centurion can make recalculations automatically when the input data or calculation parameters are changed."; fDesc[10] = "during the process setup. Such process is integrated by two components: the Input and the Learner. It runs in any platform because is open source."; fDesc[11] = "high school or university students as well. It even includes programming functions based on the built-in programming language XPascal and allows you to create new programs and edit existing ones or even load a source code."; fDesc[12] = "functions, including forecasting methods"; fDesc[13] = "reporting. The tool helps in connectivity with major databases like Oracle, SQL Server, DB2, Sybase, Excel and Access. It can query multiple connections on a continuous basis with just a single statement."; fDesc[14] = "capabilities to business users."; fDesc[15] = "options it will allow amateur and professional racing teams to log their car data and analyze it. The standard version lacks some more powerful features, but you can use it with any logging system you have."; 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 = '...'; } }