var fDesc=new Array(); fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[2] = "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[3] = "universe of Star Wars movies. The game tells the story from the times when the Galactic Republic falls to the destruction of the Death Star (Episode III and Episode IV)."; fDesc[4] = "entering keywords of the episodes you want to download, you can get a list of related episodes, then you can choose the best one to download."; fDesc[5] = "Africa, Asia, Eastern Europe and Middle East. Players play the role of Thomas Mason, a mercenary whose goal is to strive hard to free the world from terrorism threats."; fDesc[6] = "side of the force, being a droid, clone or rebel. Battlefront transports us to different battlefields of the saga of George Lucas film scenarios. The graphics are great and the voices of the characters are realistic.You can also play in multiplayer mode."; fDesc[7] = "and will open it in your favorite bittorrent client."; fDesc[8] = "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[9] = "different games: Half Life 2 and its two expansions, the fascinating and innovative Portal and the funny multiplayer Team Fortress 2. Are you sure you can resist? The best first-person shooter for PC is at The Orange Box. An essential pack ."; fDesc[10] = "Game. Just to give an idea, take into account that the game has seventy two levels to play. The whole game is designed to make you feel as you were inside a Disneyland motion picture, with the fable characters, the touching music and the fantastic adventures to live."; fDesc[11] = "I features the first 75 levels of the original publication and some interesting features that will let you fully enjoy the gameplay, like unlimited lives and a level editor."; fDesc[12] = "make the cut when Half Life 2 was released. After a year, the developers came up with new technologies that they wanted to try before releasing Episode 2 of HL2. Thus, they released this game as a download for owners of the Windows game."; fDesc[13] = "the letter, his father tolds him to go into the vault of a bank and destroy a box with papers. Phillip instead of destroying the papers, follows a series of directions, which leads him to Greenland. And this is how the horror begins..."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }