var fDesc=new Array(); fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in."; fDesc[2] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms."; fDesc[3] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[4] = "styles and fonts, insert symbols and use many preferences and templates to suit your needs. You can even use the drag-and-drop option to include equations in a document, save it as an image file in various image formats, export equations from a document and much more."; fDesc[5] = "a lot of great mathematical and conversion functions which are not easy to find all in one program.You can choose from three types of calculators: the standard, scientific and the conversion calculator."; fDesc[6] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica."; fDesc[7] = "developers, enabling them to capture the developmental progress of products from the design stage, then step-by-step, all the way to final manufacturing and Technical Publishing ready for Purchasing."; fDesc[8] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be."; fDesc[9] = "a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool."; fDesc[10] = "edit and typeset this kind of text with ease. Scientific WorkPlace is basically a word processor that integrates mathematical input and computations. Scientific WorkPlace uses LaTeX."; fDesc[11] = "of mathematics. The program's simple and structured office type interface provides you with easy access to tools for creating mathematical diagrams like points, lines, curves, circles and midpoints that can be freely manipulated by you."; fDesc[12] = "mathematical operations in a game-like fashion. Through simple mathematical exercises, Math Educator can help school age children to improve their marks at school, and give them a more agile mind to solve mathematical operations more quickly."; fDesc[13] = "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[14] = "multilingual program, once you download it you will be able to calculate any mathematical function and see its graphics on the screen so you can take a look and analyze it."; fDesc[15] = "expression. Users are presented with an easy to use Windows style interface with separate evaluation and solution windows in which they can input their calculations with added information provided to them"; 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 = '...'; } }