var fDesc=new Array();
fDesc[1] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc.";
fDesc[2] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant.";
fDesc[3] = "very well-known format. The game consists in getting more than three balls of the same color together, once you do that all of the balls with the same color will disappear, but hurry up, because they will all go down, and when they touch the floor you will have lost the game.";
fDesc[4] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire.";
fDesc[5] = "hunter. After investigating ancient papyrus, you set on a journey through lost temples and tombs looking for a magic weapon that will guide you to places where amazing riches and treasures remain hidden.";
fDesc[6] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update.";
fDesc[7] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[8] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss.";
fDesc[9] = "their data recovery and file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types.";
fDesc[10] = "Director Server, users can recover accidentally lost/deleted partitions. It also allows hard disk editing at sector levels and enables users to extract information that was removed/lost by accident or virus attacks, or due to hardware/software failures.";
fDesc[11] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems.";
fDesc[12] = "and FAT file systems. When you run Find and Mount 2.3, it will show you the hard drives it detected on your system.";
fDesc[13] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[14] = "many popular programs like Outlook Express, Microsoft Outlook, MS Internet Explorer, MS Office Access, Total Commander and FAR Manager.";
fDesc[15] = "of passwords, achieving instant recovery of document and template protection as well as passwords to modify. It supports all versions including 2007.";
fDesc[16] = "The game itself, basically consists in detecting differences between the same room, before and after the mystery arose. The screen is divided horizontally, and a magnifying glass-like cursor is what you use to point out what you find out.";
fDesc[17] = "devices such as Memory Sticks, SD, MMC, CF, Mobile Phones and USB Flash Drives. FlashMemoryMagic can recover files even on formatted media. It´s also able to build a byte to byte image of a flash drive, as a backup to recover its content, if something goes wrong.";
fDesc[18] = "They are lost in the middle of nowhere and even worse, have been separated, you have to help Fone find his cousins and head back to Boneville. You will find amazing creatures along the way.";
fDesc[19] = "Recall DRS is a great solution, which enables the user to recover all the lost data. Irrespective of the fact whether the data was lost by unintentional deletion, or corrupted due to hard drive problems.";
fDesc[20] = "related to history or based on history. The game offers three lost worlds in which to play. You can visit Mesoamerica, the Rome Empire, or Egypt. You can try this game for 60 minutes before you buy the licensed version.";
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 = '...';
}
}