var fDesc=new Array(); fDesc[0] = "MX Simulator features the ultimate in motocross gaming physics. Unlike most other MX games, you actually lean into turns and throttle, clutch and shift like on a real bike. Real life actions such as wheelies, endoes, whips, swaps, slides and high-sides happen naturally from the physics of the game in real time, without the use of canned motion capture effects."; 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 = ''; } }