var fDesc=new Array();
fDesc[1] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies.";
fDesc[2] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system.";
fDesc[3] = "The environment is the imaginary city of Lost Heaven, but clearly inspired in the aspect of a large United States cities in those years, as New York or Chicago.";
fDesc[4] = "instance, if you shoot a ball down a pocket with the Dommelsch logo, you will receive one of three kinds of jokers. These let you sabotage your opponent's balls in three different ways. For example you can make one of your opponent's ball stick firmly to the table.";
fDesc[5] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards.";
fDesc[6] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications.";
fDesc[7] = "pre-designed ones. The Anime Studio will create animations within a couple of minutes. The user may optionally add an audio soundtrack to the animation, add emotion and style to animations by adding sound.";
fDesc[8] = "and damaged partitions, files from formatted disks and deleted emails. The recovery can be performed over hard disks, RAID systems and flash memory cards.";
fDesc[9] = "Windows system utilities. Such utilities include individual control panel applets, and hidden applications within Windows. XP SysPad allows recovery of lost Windows/MS office product keys. With the XP SysPad user(s) are allowed to access hundreds of Windows operating system utilities.";
fDesc[10] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations.";
fDesc[11] = "operating system to recover lost, deleted, formatted, virus affected, corrupted data, damaged or deleted partitions structures from your hard disk or storage media.";
fDesc[12] = "again you will be representing Natalie in a mystery adventure. This time, Natalie’s grandfather has been kidnapped with no known reason and now she has to investigate what has happened and where her grandpa is.";
fDesc[13] = "recover many deleted files on your hard drive by following three easy steps. The demo version only allows you to scan and preview recoverable files. To save them in another location, you must purchase a license.";
fDesc[14] = "spreadsheets (*.xls). Our Excel Password Recovery software will recover MS Excel 97/2000/XP/2003 passwords at approximate 2,000,000 Passwords/Minute!";
fDesc[15] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners.";
fDesc[16] = "as: documents, music files, pictures, videos… just about any file that is classified as removable. With this software the stress and worry over lost files is eliminated.";
fDesc[17] = "Triangle. Now she is doing a research about her relative and the mysterious place itself. The gameplay is very simple: you are presented with a list of objects to find in a messy place - and you have to spot them all clicking on each discovered one.";
fDesc[18] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask.";
fDesc[19] = "With this incredible program you will be able to recover music, video and photos from your iPod even if it displays \"Drive Not Formatted\" message or if it is not recognized by your computer.";
fDesc[20] = "main goal is to clear all the tiles and collect the Lost amulets of earth elements. Challenge your speed and play versus time.";
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 = '...';
}
}