var fDesc=new Array(); fDesc[1] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[2] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[3] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[4] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[5] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[6] = "backing up the contents on your hard drive and it then stores this data on a secondary hard disk. This way if something is accidentally overwritten or deleted, the PC gets infected, or the hard drive malfunctions, then you will still have all of your valuable files."; fDesc[7] = "player is invited to quest for the long-lost weapons and armor of a divine crusader. After not a long time, the player finds the ruined sanctuary of the Knights of the Nine, an order of knights who met with an unfortunate fate."; fDesc[8] = "Sony PlayStation 3. The game mixes action on foot and mecha (also known as meka or mechs: pilot-controlled walking vehicles) the main character is played by Korean actor Lee Byung-Hun."; fDesc[9] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc."; fDesc[10] = "by BigFish Games. You will have to find some hidden objects, some of them are very well hidden. Another thing that you will find are puzzles that you must solve to move to a next level or to have more clues."; fDesc[11] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors."; fDesc[12] = "information from CompactFlash cards (type I/II), IBM Microdrives, SmartMedia cards, MultiMedia cards (MMCs), Secure Digital (SD) cards, Memory Sticks, and any other storage devices."; fDesc[13] = "different buildings under the ocean. In this game you can select timed mode to speed you ability and make your tasks more difficult."; fDesc[14] = "This gives you an idea of the quality of the game which, on the other hand, it’s a disadvantage when you consider the large file you have to download to play it."; fDesc[15] = "drive crashes. The program can also restore corrupt partition tables or boot sectors. It is a powerful tool that is capable of recovering data from the operating system partitions, like FAT and NTFS."; fDesc[16] = "team in charge of exploring deep into the islands where few have been before. As in any hidden object game, your goal is to find all the objects on a given list before the time runs out."; fDesc[17] = "is that once you finish the game, there is no additional value in it besides the multiplayer options. Fortunately capcom listened us and re-released a more challenging and content rich version, called Lost Planet Colonies Edition."; fDesc[18] = "some special items hidden as well, and you must collect them for extra bonus points; some of the items are hidden in parts, so you must collect their parts and form the complete piece."; fDesc[19] = "how it feels, and you know that it feels really bad. Everybody has been there sometime and that’s why applications like this exist. Recover Lost Data provides you with the ability to get back those accidentally deleted files searching them from a search criterion you define."; fDesc[20] = "wizard driven interface is very easy to use, so you can quickly recover your lost data without going through a tutorial of Recover Lost Data to use it. Recovery of deleted photos, videos, music, email, and other files is not a problem with Recover Lost Data utility."; 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 = '...'; } }