var fDesc=new Array();
fDesc[1] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[2] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES.";
fDesc[3] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[4] = "find a sense of familiarity with the new features. The game puts you in the shoes of a skilled parkour runner in a struggle against evil. It has excellent graphics and gameplay. It is really a new concept every gamer should try.";
fDesc[5] = "music, dancing with your fingers, tapping on the keyboard movement keys. Using the beatbox feature you can record your own music to use it later to play the game with it.";
fDesc[6] = "automatically. It can record up to 12 hours or until your hard disk is full. If there's no movement, it automatically shuts down after four seconds or until new movement occurs. It's a great security monitoring system and you can set the software to work at times when you're not around.";
fDesc[7] = "fascinating and mysterious sharks. It features wonderful animations, realistic 3D graphics and great underwater scenes and sounds to let you fully enjoy the experience.";
fDesc[8] = "shoot all the time to almost everything. You will control a tank and from there you will be able to reach your mission, to kill your enemies.";
fDesc[9] = "to move, clicking over it with your left mouse button. Then you´ll have to click in the spot that indicates the movement of the mine. Finally, you´ll have to activate that movement by clicking on the activating spot.";
fDesc[10] = "applications that do not support scrolling. You can easily define the number of lines to scroll in the program's settings. In some cases, WizMouse does not convert mouse moments correctly, but it is still a good tool all in all.";
fDesc[11] = "(a modification of the Quake 2 GPL engine), and aimed on the competitive scene, or the e-sports community. The base gameplay is focussed around the art of movement, meaning moving, speed and tricks play a big part in the gameplay.";
fDesc[14] = "position of the mouse trail and setup these effects: wobble, fast/slow move and translucent trail. You can create your own Juggle Mouse themes, but you can also load many of them from http://www.dachshundso ftware.com/jugglemouse /gallery/.";
fDesc[15] = "that's all I can do with 3D processing. But to do that will make engines native Papervision3D or Away3D as having much higher quality, speed, less weight and better graphics. The editor of movement is possible to edit everything.";
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 = '...';
}
}