var fDesc=new Array(); fDesc[1] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[2] = "Racing\". Here you will become a driver of a nice sports car, and your mission will be to compete in illegal street races through big cities, and in this way, earn money, prestige, and make improvements to your sport car."; fDesc[3] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[4] = "a big city. This exciting game is easy to play, and you will find three cool sport cars available to drive, although two of them will remain locked until you win some races."; fDesc[5] = "characters and excellent detailed 3D environments. The game comes with a step-by-step tutorial for first time players."; fDesc[6] = "pilot and you will have a lot of races to win. Plot: Before to start playing you will see the classic difficulty selection screen, which varies with the ease of the car for damage and broken."; fDesc[7] = "drive, this is your game. In this game you must drive a car in a very special space, you can see how your car explodes when you go out of the road."; fDesc[8] = "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[9] = "at the beach. The people of IncaGold brought this game as no one other could, with great graphics, including shadows and sand effects and variety of option you can choose from."; fDesc[10] = "EA SPORTS games have gotten, but is nonetheless a fun game and a must-have for Rugby fans everywhere. For those who don't know, Rugby is a game very similar to Football, except that passes are only thrown backwards and the sport is more fluid than football."; fDesc[11] = "that NBA Live 2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[12] = "Ultimate Racing Showdown. With this game you will get a lot of excitement through amazing tracks, driving powerful sport cars. Moreover, on each race you will find extra bonuses that will make your gaming experience as exciting as you want."; fDesc[13] = ", where the main purpose is to challenge other opponents, then I'm sure you will love this amazing game. Your main target is to win a race against another sport car more powerful than yours."; fDesc[14] = "has its own strengths and weaknesses (technique, strength, reflexes, endurance)."; fDesc[15] = "additional game after register.Include type of game:Action,Adventure, Board,Classic,Shooting ,Sport etc."; 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 = '...'; } }