var fDesc=new Array(); fDesc[1] = "you ask me. The franchise started back in the year 1993 on the Sega genesis. Since then, this game has been improving in almost every aspect possible."; fDesc[2] = "adrenaline. You may imagine you will compete in a car race, where as usual, the goal is to be the first in getting to the finish line, or to be the only one with the car in one piece. For that you will jump and do a lot of tricks."; fDesc[3] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world."; fDesc[4] = "Hockey is one of their strong suits. I am not big fan of ice hockey, but I can appreciate the fundamentals behind it. From what I could gather by playing the demo of this game, the visuals are stunning."; fDesc[5] = "with players from around the world. Each delivery returns us to the current NBA season, updating players, incorporating data, and so on."; fDesc[6] = "features a multiplayer version, which allows the user to host and join multiplayer games through the popular matchmaking service, Game Ranger."; fDesc[8] = "BlackJack and Bonus games."; fDesc[9] = "the game wasn't great, but there are nice things about it. For starters, the graphics are awesome. You can ride in four different mountains and you can take any path that you want and you don't have a time limit."; fDesc[10] = "easy game to understand but a very hard and challenging adventure to win. Tricks mixed with bowling makes this game more interesting, you can use your bowling expert tricks to make lots of strikes."; fDesc[11] = ", that is hard not to fall in love with it. I am a basketball fan. I play the sport and watch a lot of it. When this game came out, I was forced to buy it."; fDesc[12] = "last year, so it best crowned the best basketball game on the PC. However, this year NBA 2K9 made its grand debut on PC. NBA Live 08 followed the line of its previous games. The game featured great graphics all throughout."; fDesc[13] = "moved horizontally using the mouse. We must stop the balls that fall from the top of the screen. Each ball we miss will increase the computer's score. To increase our own score, we must shoot the collected balls and hit the targets."; fDesc[14] = ", and just fun to play! New exclusive game mode - join and win the volley World Cup! Get ready for the Olympics!"; fDesc[15] = "popular winter sports. Anni Friesinger, an Olympic champion, presents the game. It consists of a newly designed campaign mode that consists of 42 missions and End Boss rivals."; 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 = '...'; } }