var fDesc=new Array(); fDesc[1] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular."; fDesc[2] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[3] = "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[4] = "the settings and different alternatives for fun are excellent, you will never get bored. Choose your track and car for a single race or a championship and try to break all the speed records."; fDesc[5] = "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[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] = "Arts. This racing game offers a wide variety of cars to be used in racing. The car upgrades include both visual and performance enhancements that make the game rather interesting and worth-playing. The roads to race in Need for Speed Underground are visually interesting and well designed."; fDesc[8] = "races of the world, the old conflicts between the different beings who inhabits the planet it began to emerge.The dwarves, the Shaikans, the dark forces and the humans ended with their alliances and went from love to hate over the years."; fDesc[9] = "improve and balance this already addictive game. New campaigns, new troops, new buildings, new spells, new escenaries, a greater balance make this expansion an obligatory purchase for Warcaft's fans."; fDesc[10] = "to be used in racing. The car upgrades include both visual and performance enhancements that make the game rather interesting and worth-playing."; fDesc[11] = "car is offroad type, so you can imagine big trucks, with high power engines and big tires. The circuits in which the races take place are full of curves and hills so it keeps very interesting all the time."; fDesc[12] = "and celebrity voice acting. Unlike the previous game, which includes races mixed with featured minigames, Cars Mater-National in just a racing game."; fDesc[13] = "You can use that money to upgrade your car, and then earn more races. You will be able to pick up the races you´ll like, licensed cars from some of the world’s most famous manufacturers, and official upgrades from real-world after market parts manufacturers."; fDesc[14] = "danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[15] = "multiplayers on an ultra realistic sea modelled. There are 14 different ocean water courses and competitions such as Valencia, Auckland, Rio, Marseille, etcetera. Players can choose the boat or create their own regattas. You need to consider wind and weather conditions to sail."; 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 = '...'; } }