var fDesc=new Array(); fDesc[0] = "First and foremost, you simply drive on fun tracks boosting ramps, wallrides, loopings and gigantic jumps.

Then you can make much more out of it: improve your driving skills and become a world champion, achieve world records, build tracks, edit videos and easily share all that with everyone.

More than 10 million players joined, enjoyed... and some loved it to the point of becoming maniacs, trackmaniacs."; 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 = ''; } }