var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "multiplication tables is difficult but also is necessary for basic education. Some children hate mathematics because it is difficult to memorize tables, but this game helps to develop interest in maths.";
fDesc[4] = "The only thing you must do is to click on the area in the taskbar where Taskbar Calculator is and you will be able to make mathematical operations.";
fDesc[5] = "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[6] = "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[7] = ", decimals, and currency. Control how theworksheet will look with customizing features that let you change th...";
fDesc[8] = "way. This application features an attractive and very appealing interface especially designed for use of young learners. This program shows graphically how multiplication works. It does not contain any exercise whatsoever.";
fDesc[9] = "to exit this maze using your knowledge of the multiplication tables to pass the blockades.";
fDesc[10] = "will help! Includes: - Multiplication Practice - Division Practice - Addition Practice - Subtraction Practice.";
fDesc[11] = "children. However, this doesn't mean that you shouldn't use it, if you are older.";
fDesc[13] = "fast! Try just now and make happy your teachers!!! Eight levels with colourful graphic interface and pleasant music.";
fDesc[14] = "This application features a unique method based in mental calculation that improve learner's capabilities to solve any type of Math problems at ease, without the need of calculators or pen and paper. This program is suitable for children and adults alike.";
fDesc[15] = "software designed to help children memorize multiplication facts.";
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 = '...';
}
}