var fDesc=new Array(); fDesc[0] = "With Monster Truck Stunt Rally there are no boundaries. Tear up tracks filled with obstacles and ramps or create your own courses to challenge your friends. With hyper realistic driving and precisely tuned physics and dynamics you'll experience spectacular stunts and crashes like never before. Use the interactive cameras to choose the best angle on the action. Then save your hottest runs and replay them again and again. There are over 20 different stunt races and all the trucks are rendered in 3D."; 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 = ''; } }