var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "equation just typing it over a text field and pressing enter. Graphmatica is very easy to use and have a lot of interesting options. The only drawback is that you could use it just for 30 days, after that you have to pay for it.";
fDesc[4] = "functions, including hyperbolic, logarithmic, trigonometric and natufal functions. There are not a lot of system requirements needed in order to get this program installed.";
fDesc[5] = "huge amount of different things you can do with this particular piece of software. Khi3 calculator includes a whole collection of auxiliary tools, classified into the following categories: Pro, Astronomy, Geometry, Analyze, Physics/Chemistry, and Others.";
fDesc[6] = "important educational institution in India). This is a client program, which connects to the LearnNext server in order to retrieve the course contents. Its GUI is based on Flash technologies, resulting in a very attractive and pleasant design.";
fDesc[7] = "maths program to create activities that promote and teach theorems, introduce concepts, and model real life situations in an easy to understand way with Cabri 3D's visualization tools.";
fDesc[8] = "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[9] = "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[10] = "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[11] = "children. However, this doesn't mean that you shouldn't use it, if you are older.";
fDesc[12] = "equations. The gameplay is quite dynamic and absorbing, requiring a fast and analytical mind. The game will show you an equation and will challenge you to solve it in the least time possible.";
fDesc[13] = "where the player has to save its planet by firing on the wave of mathematical equations before they hit the planet. The fire is effective only when the answer on the spaceship text box matches with the correct answer.";
fDesc[14] = "recruited to join the secret Spy Masters team to finish the mess. Start working by using your knowledge of history, geography, maths, and language arts to stop the Prankster, as you use first class gadgets to halt his tricks and avoid his army of troublesome robots.";
fDesc[15] = "reinforce that learning. From simple flash cards, to Time Trials with High Scores, your child will enjoy learning this fundamental maths concept.";
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 = '...';
}
}