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] = "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[4] = "different countries. Your target is to pass successfully 9 hurdle traces for a given time. 3 difficulty levels. Download installation. Free demo"; 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 = '...'; } }