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] = "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[4] = "problem entry and content creation: Document mode and Worksheet mode. Both modes have respective advantages and you can easily switch from one mode to the other for maximum flexibility.";
fDesc[5] = "intelligent application specially designed to solve scientific and engineering mathematical calculations, you will find it easier to solve your mathematical problems.";
fDesc[6] = ", including linear, logarithmic, and probability scales, as well as several special purpose XY graphs and contour plots of 3D data.";
fDesc[7] = "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[8] = "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[9] = "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.";
fDesc[11] = "planning. Infinity is the unique math application that brings actual mathematical modeling results! Download FREE trial!";
fDesc[12] = ", perspective drawing, graph zooming, active graph rotation, fogging effect, cubic draw, unlimited space ploting, four view plot";
fDesc[13] = "environment. The native document format of soft4science SciWriter is a subset of XHTML 1.1 and MathML 2.0";
fDesc[14] = "functions to plot graph and find values for probability density, cumulative distribution (CDF), survival and Hazard functions. Download for FREE!";
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 = '...';
}
}