var fDesc=new Array(); fDesc[1] = "motorcycle steering skills. Amazing realistic motion, complex obstacles, jumps and all these are in full 3D!"; fDesc[2] = "of world-class motorbike racing. The Motocross Madness Trial version includes almost all features of the full game such as Two tracks, Rider and bike skin selection, Tournament, Practice and Single race options, Full multiplayer capability, 3D profiling and Hi score recording."; fDesc[3] = "infiltrate several mafia organizations in Spain. The character played by Vince Diesel is an expert driver, so soon enough, you will be driving through the city at top speed trying to kill your targets or get from A to B faster than your competitors."; fDesc[4] = "the role of a motorcycle trials rider trying to complete dangerous and challenging tracks. You may fall foul of the obstacles sometimes, but it is still fun."; fDesc[5] = "a vast environment. The game starts with your entry in to the birth place of skate culture the city of angels, Los Angeles. You get to choose your missions in Tony Hawk's American Wasteland 1.0 and you will never skate the same line twice."; fDesc[6] = "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[7] = "games nowadays. This game may be old but it has lost none of its entertaining value that catapulted DMA Design (now Rockstar Games) into the successful developing company it is now. Give it a try, you will enjoy it."; fDesc[8] = "wall, and your goal is to enclose your enemy into your trail, so it crashes into it. You can play against the computer or your friends using the multi-player option."; fDesc[9] = "native gun that has never let him down."; fDesc[10] = "fiction movies where \"computers\" ruled the world. One of those famous movies, Tron, featured spectacular battles of motorcyclists. GLtron is a game where you will find a kind of recreation of those amazing battles."; fDesc[11] = "different countries. Your target is to pass successfully 9 hurdle traces for a given time. 3 difficulty levels. Download installation. Free demo"; fDesc[12] = "and 1 new bike to be used in TDU. The cars range from exotic supercars to loud American muscle cars. A great pack for all car lovers out there."; fDesc[13] = "ride personalized themed choppers, challenging their racing skills on a variety of missions and earning style points to unlock new bikes, along the way."; fDesc[14] = "stunt bike trip exceeds most expectations."; fDesc[15] = "so you end up riding on front wheels of your bike. It is a cool game, easy to play but than again hard to score high."; 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 = '...'; } }