var fDesc=new Array(); fDesc[1] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games."; 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] = "fun option to “virtually” be there. It's a city adventure game in which you’ll be going around this beautiful city. It basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[4] = "process, you will also learn interesting historical facts and also collect great mementos from completed levels to see the postcards of the places you have visited."; fDesc[5] = "all new locations (London & San Francisco) and 9 hip new urban roadsters!"; fDesc[6] = "careening through the streets of major cities is a bit more of thrill. Midtown Madness lets you chart your own path as you race your friends through the streets of San Francisco."; fDesc[7] = "on the sport of soccer. Version 2.0 brings improvements to the graphics and sound and many error fixes to enhance the game capabilities."; fDesc[8] = "Spas, but she also likes to keep things as Earth-friendly as possible. In the game, you are given an empty room, where you will have to base your company at. The game resembles a Theme Hospital of sorts."; fDesc[9] = "island is now a US National Park and a tourist site. This scenery acts as an add-on to the original software."; fDesc[10] = "Simulator 2004 and 2002, that presents them with over 30,000 miles of scenery that covers San Francisco, Sacramento, Monterey, Santa Cruz, Diablo Ranges, Mount Diablo, the Montara Mountains, the San Andreas Fault,"; fDesc[11] = "You’ll be able to choose from 8 chix and take them for a ride round international circuits ranging from the sweaty jungles of the Amazon Basin to the streetwise cool of night-time San Francisco."; fDesc[12] = "bay, Oakland, Montara mountains, Half Moon bay, San Jose, Concorde, Daly City, Golden Gate, Alcatraz and San Andreas Fault Line. A high-resolution aerial photography helped to create the scenery. It features imagery like the skies, highway, street, golf course, waterway, etc."; fDesc[13] = "axis for a complete 360º! The effect is amazing. I had only seen this in places like Disneyland or similar where they have this kind of movies."; 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 = '...'; } }