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] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games.";
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] = "create scenes with different physical effects, combining them with art that you can draw using the mouse. You can create scenes in which the things you include can interact (colliding and bouncing), fly, flow, swing or ride. You can test the behavior of your scene by pressing the \"Play\" button.";
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] = "the game wasn't great, but there are nice things about it. For starters, the graphics are awesome. You can ride in four different mountains and you can take any path that you want and you don't have a time limit.";
fDesc[7] = "to lead an armadillo (bent over itself, forming a ball) from a point in the space to another. For doing so, you will have to build structures that, combined with the gravity force, will allow the armadillo to get to the point you want. Each possible structure will have different properties.";
fDesc[8] = "The protagonist finds himself in an underground base searching for his lost father. It's dark, scary, and dangerous.";
fDesc[9] = "game. Students can only achieve success if they make the right choices in their car setup. The game can run in low end computer, and the physics engine is very accurate. This is a great game for students learning engineering concepts.";
fDesc[10] = "some others are trials that you can buy separately if you wish. The free tools are unit converter, matrix algebra, determinant, refraction of rays, ph value, number system, progressions, permutation combination, and molecular weight.";
fDesc[11] = "its incredible physics make it a winner among the simulator racing fans. With great cars, great tracks, and a superb multi player mode you cannot get bored with this.";
fDesc[12] = "a viewable scenario. Is a high customizable, easy to use, real-time renderer physics simulator. Everything you need to make physics simulation is there.";
fDesc[13] = "Topple level after level of multi-coloured bricks high atop a magnificent temple. Featuring original bonuses, amazing physics, incredible 3D graphics and more. Break away from your expectations!";
fDesc[14] = "that students can actually see what happens in some natural conditions that are not easy to see in real life. This awesome application consists in a collection of different sub-applications, each one simulating a specific phenomenon. Thirteen modules are included.";
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 = '...';
}
}