var fDesc=new Array();
fDesc[1] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements.";
fDesc[2] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
fDesc[3] = "everyone.";
fDesc[4] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides...";
fDesc[5] = "game types, including fast action and slower, turn-based modes, there's never a shortage of dino fun!";
fDesc[6] = "you should even bother this time around. It clearly uses some similar stylistic touches, but it's mechanically a much better game--a game that's made even better because you play as Neo, \"the One\".";
fDesc[7] = "have to sort the similar colors together in order to get an atomic reaction. Atomica has two modes of game-play, a strategic turn-based mode and a fast-paced real time mode. This game will definitely take up some of your time if you play it.";
fDesc[8] = "the galaxy. This fast-paced game is full of action, as enemy ships and huge meteorites appear from all sides, forcing you to avoid them while at the same time shooting your enemies and collecting the power-ups.";
fDesc[9] = "clearly more than a game about blowing ships out of the water; it's an well-achieved mixture of action and real-time strategy. In the game, the player can both command his fleet assets and assume control of any one of them at will.";
fDesc[10] = "mode. In the action mode you will have to catch as much fishes as you can in a limited time, and in the campaign mode you have to catch similar fishes in a row. During the game you can buy different accesories while you get combo goals.";
fDesc[11] = "worms, file infecting viruses, malicious VB and Java scripts, trojans, backdoors, spyware, adware, boot sector, partition table, file and macro viruses.";
fDesc[12] = "mode (real-time action!). Diamond Mine Deluxe is a gem of a game! Master the gameplay modes Normal and Time. Go Deluxe and play on your PC any time you want, whether or not you're online.";
fDesc[13] = "will guarantee fun for your free hours. In this collection you will find Spider, Free Cell, Tri Peaks, Montecarlo, Forty Thieves and more, totally free of charge.";
fDesc[14] = "same colour. This can be done by shifting a jewel with any of the others that surround it. Bejeweled also have 2 game modes: Normal Mode and Time mode.";
fDesc[15] = "by shifting a jewel with any of the others that surround it. Bejeweled 2 also have 4 game modes: Classic, Action, Puzzle and Endless. There are also some features as screensaver and stats which complete a great game.";
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 = '...';
}
}