var fDesc=new Array();
fDesc[1] = "drivers in one go. This application features a cool graphical user interface very easy to manage by everyone. We can schedule the program for automatic scan at a time interval, shut down the computer after the downloads have finished, reset to the previous state, save changes, and so on.";
fDesc[2] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[3] = "combat. You customize and add new parts and abilities to your robot. You can engage in a lot of PvP combat, and increase your skills as your experience grows. However, the game can become a little repetitive. Its free though, so you can try to see if you like it.";
fDesc[4] = "that gives its name to the film, a small robot that after 700 years cleaning up the planet Earth, has begun showing curiosity about things that it can find around, and finally it develops a personality despite being a mass of screws and metal.";
fDesc[5] = ", all this work can be done automatically with YouTube Robot.";
fDesc[6] = "many weapons like laser rays, bombs and other sophisticated arms. They will help you combat against malignant extraterrestrial forces across the universe.";
fDesc[7] = "focuses on the character that gives its name to these famous film, a small robot that after 700 years cleaning up the planet Earth, finds that he is not alone in the universe.";
fDesc[8] = ", in a very intuitive and funny way. Within the program, you can handle a robot that moves on flowcharts that you design. You can change the playing area by adding objects and other robots, besides you can increase your chances rising up the levels.";
fDesc[9] = "have to do is to program a robot that moves in different scenarios. With RoboMind you can write your own scripts directly or use a remote control that automatically shows you the instructions of the movements that will send the robot.";
fDesc[10] = "regular-people chores he decided to create a robot to help him. One day, accidentally, he turned his friend into an enemy who threw him out of his lab. Now he needs to get control back so he will need your help.";
fDesc[11] = "can configure the connection to our news server, select the location where we want to save the files, view the whole list of newsgroups available from our server, and subscribe to as many newsgroups as we like.";
fDesc[12] = "trades by finding web sites and automating 95% of the work in Link Marketing. The original and only robotic, link trading tool.";
fDesc[13] = "software, HTML, programming, or hosting company required.";
fDesc[14] = "AI Robot what to do step by step, then AI Robot will run all these steps automatically, and repetitively.";
fDesc[15] = "Mr. Robot is a 3D action-puzzle-adventur e-rpg. Inspired by classic filmation games such as Knight Lore and Alien8 and mixed with'Ghost Hack' - an abstract RPG in which the player hacks into computer terminals and battles defensive computer programs.";
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 = '...';
}
}