var fDesc=new Array(); fDesc[1] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[2] = "Rise of Nations is characterized by the construction of cities which is a requirement for trade and the construction of some buildings."; fDesc[3] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[4] = "originality of the show that makes Legends. You are going to travel with this game to Europe of the Middle Ages where the life of its people passed through the castles."; fDesc[5] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character ."; fDesc[6] = ", designer of Civilization II and Alpha Centauri) and published by Microsoft Games Studios. This is the sequel to the popular Rise of Nations saga."; fDesc[7] = "is a small town. By day it´s a quaint village full of sunshine and banter, by night a place haunted by hoof beats and spectral laughter."; fDesc[8] = "Excalibur. In the game you will have to solve puzzles and find hidden objects from a given list, visiting different locations such as Library of Congress, Lincoln Memorial, the Capitol Building and other places in Europe and Asia."; fDesc[9] = "brings the same realism that GTR offers, but with legendary cars of the 60s and 70s. Feel as if you were inside one of these racing cars, thanks to the game's powerful simulation engine."; fDesc[10] = "Games and published by Microsoft Game Studios. We return to the world of Aranna to start a new adventure in this expansion of Dungeon Siege. Now we are brought the Kingdom of Ehb to solve an antique mystery."; fDesc[11] = "developer’s website. It has been issued to celebrate its 15th anniversary and it features the original Mighty Morphin Power Ranger squad. We must save the world from the evil forces, solve puzzles, and fight the enemies."; fDesc[13] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching."; fDesc[14] = "find these items. This fun and challenging adventure will capture and fulfill your entertainment. If you get stuck use hints to help you find some of these stolen pieces."; fDesc[15] = "precious works of art and treasures have been stolen and hidden around the world. Funkiball is a fun game that brick-busting games fans will fully enjoy."; 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 = '...'; } }