var fDesc=new Array();
fDesc[1] = "keyboard as accurately as possible. The game is pretty much a port of games like Guitar Hero and Rock Band, but for the PC, Mac and Linux. That is one of its greatest features: that no matter what computer you have, you can play it.";
fDesc[2] = "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[3] = "This software teaches us how to type without looking at the keyboard. It features three levels, beginner, medium and advanced, so we can start learning from zero or just training our fingers for a faster typing.";
fDesc[4] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP.";
fDesc[5] = "uses the method of touch typing, which consists in typing using the ten fingers without looking at the keyboard. The program is simple, very easy to use, and aims at training users through a simple and effective game.";
fDesc[6] = "fingers to prove yourself who is the coolest and most cataclysmic gamer.";
fDesc[7] = "accuracy. Your typing can be as easy and fluid as speaking while causing you to finish writing tasks with higher efficiency. Creating reports, emails and presentations will be done more quickly, giving you extra time in your day.";
fDesc[8] = "seeds, water them and the flowers will shoot up in an instant. Don't forget to kill the bugs and to pull up the weeds, but you don't need green fingers and you won't get your hands dirty!";
fDesc[9] = "delay to allow you to position the cursor before it automatically takes over, adjustable mouse down time.";
fDesc[10] = "without looking at the keyboard. It will show you the right position of each finger, and which finger you should move to press each letter. All that you need is watch carefully and learn the correct moves for each finger.";
fDesc[11] = "Evil, irony, humor... the occasions on which we can embody the figure of evil in a video game can be counted on the fingers of one hand, much less being in a fantasy world filled with elves, dwarves and henchmen, the real strength of an evil man of.";
fDesc[12] = "how the computer connects to the internet. It shows status, ports, routes, IPs, pings, and server's fingers. If you are an IT specialist, I would recommend you to use it, it may make your life easier. If you aren't, it's not for you ;)";
fDesc[13] = "the left palm and get a personalized palm reading on the basis of several parameters such as the shape of the hand, fingers, nails, life line, head line, fate line, fame line, marriage line, travel line, health line, heart line, and girdle of Venus.";
fDesc[14] = "true typing speed. It also shows you EXACTLY how to PLACE your FINGERS BEFORE TYPING parts of words (fingers are drawn on a virtual keyboard).";
fDesc[15] = "simulator and a notepad. The best of \"f51-10\" is its ability to load your own texts for practice, plus its ability to edit texts.";
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 = '...';
}
}