var fDesc=new Array(); fDesc[1] = "your aim. To begin with, you can create your own soldiers and military units, choosing your soldiers from the several force task characters that were inspired by the real forces from all over the world, such as SAS, Delta Force, or KFS."; fDesc[2] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later."; fDesc[3] = "keep advancing from level to level. You will play at different stages, each stage is a different country. The game has got a nice storyline. You will be able to read the story from a book that will let you know what has happened and what will happen with the characters of the game."; fDesc[4] = "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[5] = "action-packed 3d blast along roads filled with enemy agents - but also with innocent civilians that you should protect at all costs."; fDesc[6] = "fast-paced action and a lot of detail everywhere. Characters are all identical to those in the movie. The game itself could be considered a prequel to the movie, but I don't want to get into spoilers."; fDesc[7] = "published by Atari. Inspired by the writings of Andrzej Sapkow, the Polish writer, The Witcher is a title in which a warrior will face some monstrous beings known as the \"werewolves\"."; fDesc[8] = "imagine, is inspired by Daniel Defoe's classic 18th century book, which tells the story of the title character after his shipwreck and his life in a tropical island and all the things he made to stay alive."; fDesc[9] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing."; fDesc[10] = "Hercules. Make a note, James Woods voiced Hades, Lord of the Underworld."; fDesc[11] = "stole goods from the rich to give them to the poor. You can play the role of Robin and also control other central characters in the legend, such as Little John, Friar Tuck, the nephew of Robin, Will Scarlett or the very Lady Marian."; fDesc[12] = "This title is inspired by the tabletop war game Warhammer Fantasy Battle. The story follows two different strands, each with its heroes and events, one follows the Empire and Elven Forces and the other the Hordes of Chaos and Skaven forces."; fDesc[13] = "hidden object game, your goal is to search cluttered scenes for specific prop items before you run out of time."; fDesc[14] = "mysterious image. The idea is to fill the canvas by painting the correct cells with the appropriate colors. Gameplay is quite absorbing, and what makes the game even more attractive is its colorful interface with its cheerful music and sounds."; fDesc[15] = "3 puzzles. With a colorful interface and replacing the classic blocks by diamonds, the game challenges us to create groups of at least four pieces of the same color to make them disappear from the grid and get points."; 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 = '...'; } }