var fDesc=new Array(); fDesc[1] = "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[2] = "racing game. You are not forced to go lap after lap, boringly getting to the finish line. The fun moments it produces are rather short-lived, but all games are short to a certain degree. This game is an action-stunt simulator, if you will."; fDesc[3] = "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] = "With it you can arrange the props and jumps in any way imaginable. Then you can save and load your creations for later use. You can also record \"instant replays\" up to 15 seconds in length while you´re playing, and then playback your stunt from any angle."; fDesc[8] = "drive your car following a track. In this game you are going to speed up your vehicle and rocket yourself through professional stunt courses."; fDesc[10] = "stunts, and racing at very high speeds. However, the race modes lack coherency and the combat and stunt are not really good. The stunt modes include tracks filled with ramps, loops, and jumps, but the tracks are rather unreal and look completely insane."; fDesc[13] = "stunt bike trip exceeds most expectations."; fDesc[14] = "formats.Efficient ripping engine removes all DVD copy protections to ensure a smooth ripping."; fDesc[15] = "Touch, iPhone, Zune, PSP, VCD(MPEG1), SVCD(MPEG2), MPEG4, Zen and Archos formats"; 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 = '...'; } }