var fDesc=new Array(); fDesc[0] = "A Precision Driving Challenge.

Guide your powerful four wheel drive buggy over a succession of increasingly tricky elevated trackways. Race against the clock or try to beat a ghost car replaying your fastest time to date. The game comes with it's own track editor (as used to create the standard in-game tracks) featuring a large and varied library of track components."; 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 = ''; } }