var fDesc=new Array(); fDesc[1] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually."; fDesc[2] = "precisely. With SigmaPlot, you can produce high-quality graphs without spending hours in front of a computer. SigmaPlot offers seamless Microsoft Office integration, so you can easily access data from Microsoft Excel spreadsheets and present your results in Microsoft PowerPoint® presentations. Graph creation starts with SigmaPlot's award-winning interface. Take advantage of industry-standard menu design, menu toolbars, right mouse button support and graph preferences. Select the graph type you want to create from the Graph Toolbar's easy-to-read icons. The interactive Graph Wizard leads you through every step of graph creation. You get compelling, publication-quality charts and graphs in no time. SigmaPlot offers more options for charting, modeling and graphing your technical data than any other graphics software package. Compare and contrast trends in your data by creating multiple..."; fDesc[3] = "calculator. You can select from two styles of algebraic input or RPN. DreamCalc comes with a full range of scientific, statistical and financial functions."; fDesc[4] = "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[5] = "primary goal.MathGV is an application that will allow you to plot mathematical complex expressions in four different styles of coordinated spaces: two dimensional functions, polar, parametric, and 3 dimensional functions."; fDesc[6] = "usage part of the performance tab of Windows Task Manager. The program works on all Windows versions even those who don't have the Windows Task Manager as a part of the operating system."; fDesc[7] = "graphing.Equation grapher is an easy-to-use software for 2D function graphing."; fDesc[8] = "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[9] = "mathematician. Using this program you can plot graphs of the following types: Y(x), X(y), R(a) – in polar coordinates, X(t) and Y(t) – parametric equations and graphs of tables."; fDesc[10] = "purposes. Most of the comparative data are usually visualized by graphs and charts. This software helps you in converting these visual data in to figures and export in to sheets in desired formats."; fDesc[11] = "plot, vector plot, 4D scatter, 4D slice and 4D vector."; fDesc[12] = "quality graphs, which can be added to any word document. It enables you to draw different types of graphs, including cartesian, inverse, conic, implicitly defined, polar and parametric graphs."; fDesc[13] = "the presentation of graphics, charts, tables and other reporting and enables users to build visually clearer reports and dashboards."; fDesc[14] = "program creates diagrams and graphs. Moreover, using this program you can add graphics to a document, web pages and presentations quickly and easily. Also it is used with interactive whiteboards and data projectors."; fDesc[15] = "school and college math students. This Junior version doesn't permit you to print graphs, but you can always export the graph to a BMP image file"; 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 = '...'; } }