var fDesc=new Array(); fDesc[1] = "I certainly believe there is no beating this year's FIFA. The most apparent change this year is the pace of the game. Everything has been tweaked so that the game plays considerably faster. The first time I noticed this is when the goalie gets the ball."; fDesc[2] = ", those Konami games that were originated by the game Donkey Kong. In this game you need to go through a lot of screens, avoiding dangers and enemies, and collecting gold coins, till you finish your mission."; fDesc[3] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[4] = "You control the character with the cursor keys (to move it to the right or left) and you jump with the spacebar. You must remember that the steps are covered with ice, so they are very slippery. Be careful when you jump, without falling."; fDesc[5] = "the game is to arrange the different types of candies into rows in order to crunch them away. Different candies will give you different points. Once you complete the required number of rows in time you will jump to the next level…"; fDesc[6] = "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[7] = "battle adventure. Each level will speed up your challenge and will put some adrenaline to your fun. You will love this shooting battle and the challenge of beating your score record."; fDesc[8] = "thirty hills and compete against other competitors or the CPU. You are also enabled to play online. Fun is unlimited as well as the options this program provides you with."; fDesc[9] = "moto with the cursor keys, riding the bike from left to right. You will have to race trying to get the bonuses that are scattered along the course, jumping obstacles and performing stunts, such as a 360 degree flip or a wheelie."; fDesc[10] = "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[11] = "old classic platform games, in which you will have to jump, run, beat enemies and collect power-ups. Your mission is to guide Alex through the jungle to rescue his girlfriend Lola from humans who want to make a bag of her."; 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] = "over others of the same color and make them grow big to clear them. Make big combos and find a way to make long chains of Jellies before time is up or your enemies destroys your power reactor."; fDesc[14] = "to another without falling into the river. There are some totems that will provide a nuisance while jumping too. However the game is simple and easy, lacking of a real challenge for the gamer."; 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 = '...'; } }