var fDesc=new Array(); fDesc[0] = "Motocross Mania, by Deibus Studios, is one of a few dirt bike games around at the moment. It stands up pretty well against Motocross Madness and Moto Racer and is probably a bit more realistic in its gameplay.
There are 4 game styles, stadium supercross, outdoor motocross, a full on freestyle stunt mode and a cross country baja mode."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }