var fDesc=new Array(); fDesc[1] = "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[2] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities"; fDesc[3] = "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[4] = "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[5] = "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[6] = "numbers. After this your kids can learn addition, subtraction, multiplication and division ranging from 0 to 100 very easily. All these features are presented in a graphical view with attractive images."; fDesc[7] = "unlimited (in the free version only 5) fields for expressions. The program can save your results to disk for further using. Smart Math Calculator is a good replacement for the standard windows calculator."; fDesc[8] = "different difficulty levels,kids between age 4-7 yrs would really relish learning the so called difficult subject MATHS.Arthur`s Maths games would really shape the calculative abilities of children."; fDesc[9] = "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[10] = "intelligent application specially designed to solve scientific and engineering mathematical calculations, you will find it easier to solve your mathematical problems."; fDesc[11] = "capabilities. The game play is quite simple. All we need to do is select the arithmetic operation we want to practice (addition, subtraction, multiplication, division) from the Problem Type menu. We can also select a vehicle, and then start doing the exercise proposed by the program."; fDesc[12] = "interface. The problems must be solved by using any of the four arithmetical operations of addition, subtraction, multiplication, and division. Every time the student successfully completes a series of ten exercises, he/she can go up to the next level."; fDesc[13] = "that it is fit to come into the educational category of games. This software helps the school going children to learn and memorize the multiplication tables from 1 to 10."; fDesc[14] = "mathematics from the primary school level. It has a very simple user interface. Although the game is restricted to numbers between 1and 12, the way of teaching the elementary mathematical skills of addition and multiplication is very interesting to children."; fDesc[15] = "to study math in the form of the game. Children will travel to ancient worlds of Atlantis, Greece, Egypt and the Aztecs and do sums."; 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 = '...'; } }