var fDesc=new Array();
fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[2] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues.";
fDesc[3] = "which assist the user in performing total clean up of the PC. Whenever user uninstalls any software, temporary files and files not deleted often remain on the hard disk, but the \"Clean Uninstaller\" tool takes care of this problem.";
fDesc[4] = "between them. It also has a dictionary, verb conjugator, and specialties in order to have an accurate translation.";
fDesc[5] = "get Slingos (5 matches in a row). What you see in the screen is a combination of a slot machine and a bingo’s card. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[6] = "this kind that I have seen recently, RoboTask actually includes a large list of common tasks that you can add by simple double clicking. You don't have to use any coding or extensive commands.";
fDesc[7] = "one of the remote controllers manufactured by Soundgraph. This utility with its appropriate hardware is very useful for those who use their PC as a home entertainment system. I'd definitely recommend it.";
fDesc[8] = "languages can be a cumbersome process, especially when you need to change the languages many times. With the help of this tool it becomes simpler and quicker to make changes between languages.";
fDesc[10] = "memory games. Games which have only memory exercises or mind exercises are not perfect games to train your brain and are not so effective to make your mind sharper or increase your concentration or make you more intelligent.";
fDesc[11] = "challenge in a combination of different sports like bowling with golf. This great game will challenge you with different levels, each level increases the difficulty and every shot presents a nice strategy.";
fDesc[12] = "combination of all-out carnage and active strategy, gives War World a unique blend of fast-paced gameplay which moves way beyond the normal – run, shoot, repeat action of popular FPS titles!";
fDesc[13] = ", VCD,SVCD, DVD";
fDesc[14] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song.";
fDesc[15] = "in ancient times. The game features a powerful combination: awesome graphics, relaxing gameplay, plus a wide number of levels with lots of combos and bonuses.";
fDesc[16] = "in very handy. It helps you in recovering your powerpoint passwords using a combination of Brute-Force, Xieve™ and Dictionary attacks. It recovers any kind of password within no time.";
fDesc[17] = ", nursery rhymes, songs, jokes, word games, etc. This program includes an internal database with 63175 words. We are also allowed to increase this database by adding as many words as we want.";
fDesc[18] = "activate them simply by pressing some keys on your keyboard. With this program you will no longer waste time searching for a program you want to use since you can quickly execute it with just one key combination.";
fDesc[19] = "combination of six colors in four positions the computer hides from you. Find that combination within 6 attempts or faster.";
fDesc[20] = "game is started a window appears which is divided into two parts. In both parts there are numbers, which have to be matched each other. The rule is that a number on the left should be dragged between two neighboring pairs on the right.";
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 = '...';
}
}