var fDesc=new Array(); fDesc[1] = "improvement of the game predecessor Star Wars: Battlefront. This game adds all the new elements of the last film of the saga, Episode III"; fDesc[2] = "screensaver presents a map of Middle Earth with a rotating Ring of Sauron that changes its size as it gets closer to you for a better view."; fDesc[3] = "to see PDF documents, this is what you were looking for. EXPert PDF Reader brings you the reading and printing abilities to you for nothing since it's a freeware."; fDesc[4] = "you should even bother this time around. It clearly uses some similar stylistic touches, but it's mechanically a much better game--a game that's made even better because you play as Neo, \"the One\"."; fDesc[5] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[6] = "code seen on computer screens in the movies. Watch the code or glyphs falling down rapidly through the screen in aleatory patterns. The screensaver displays also well known dialogs from the films but this is optional."; fDesc[7] = "the First Episode. The second part is bundled in a game that is called The Orange Box. The graphics of this game were so spectacular back then that it was hard for me to run it. They look OK now."; fDesc[8] = "The player can select his side with different types of weapons and buildings to choose. The author released a patch for version 2.8.7.1."; fDesc[9] = "Matrix\" start flowing down your screen. If you are a real fan of \"The Matrix\", you will surely enjoy Matrix Trilogy Screensaver. You can get ready to decipher those numbers and symbols. Who knows, you might discover something that everybody has missed."; fDesc[10] = "and the eerie atmosphere is still there. However, the storyline lacks depth here and it is a just decent closure to the Penumbra series."; fDesc[11] = "end this year. This second episode takes a different approach. Both are first person shooters. Both were developed by different teams, which considered different aspects important. Both follow a common plot."; fDesc[12] = "Episodes. This is the first one. All the episodes use the Source engine, which is one of the best for first person shooters. Since the release of the game, the engine has been updated several times, and those changes reflect on the games that use the engine."; fDesc[14] = "will take you to the matrix world right through your desktop. The screensaver displays the typical matrix numbers in 3D special effects."; fDesc[15] = "platform gameplay featured in 'Mr Nonsens Mad-Cap Humour', the fast arcadestyle gameplay of 'Nonsens Breakout', and the silly cutscenes of 'Nonsens Tennis'. With Mr Nonsens (not Mr Nonsense) as the maincharacter,Nonsense Trilogy is without a doubt one of the silliest games ever. Features stunning cartoon style visuals!"; 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 = '...'; } }