var fDesc=new Array(); fDesc[1] = "zombies, which want to destroy your vision of happy future. It's real good continuation of Fallout 1/2. New adventure in the habitual environment and modern good-looking form."; fDesc[2] = "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[3] = "expansion for Fable which presents all the content found in the original with the addition of such new features as monsters, weapons, alignment based spells, items, armour, towns, buildings, etc.."; fDesc[4] = "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[5] = "continues to GTA IV. Although the game is a bit outdated the fun has not been lost, and thanks to Rockstar you can download the game from their website now. You cant miss this chance."; fDesc[6] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[7] = "of Age of Empires and The Age of Kings , introduced the revolutionary Age of Mythology. The expansion includes interesting elements to the game: 12 divine powers, 15 units and 10 units mythical human formidable."; fDesc[8] = "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[9] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[10] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[11] = "games nowadays. This game may be old but it has lost none of its entertaining value that catapulted DMA Design (now Rockstar Games) into the successful developing company it is now. Give it a try, you will enjoy it."; fDesc[12] = "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[13] = "that will appear from the top of the screen. You can collect power-ups to gain access to more sofisticated ammo, more power, extra lives and score points."; fDesc[14] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[15] = "the settings and different alternatives for fun are excellent, you will never get bored. Choose your track and car for a single race or a championship and try to break all the speed records."; fDesc[16] = "lost parts of the powerful crystal. Playing this game is very easy and fun, move with the arrow keys and tab to swim up and reach caves under the surface of the water. Be careful with your enemies and don't let them touch you, some can kill you."; fDesc[17] = "Activision. This new version of Day of Defeat, is set on the fight in the European Theater during World War II, it uses the acclaimed Source engine, and it is very much realist game, it features better graphics and sounds, and above all great physics."; fDesc[18] = "your own private getaway of gaming fun!"; fDesc[19] = "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[20] = "just the same title a year ago, but with a series of expansions and is shipped at a reduced price, so it's a good opportunity for those who are lost in 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 = '...'; } }