var fDesc=new Array(); fDesc[0] = "It is the most popular online pc racing game. It fuels 7 different racing environments; hundreds of thousands of tracks and millions of players to compete with. You can download the car you are dreaming of, paint it, drive it through insane tracks made of loopings, ramps and off roads. It is all about you, your driving skills and the track in front of you.

Just to make sure we understand each other: this is pure arcade driving madness."; 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 = ''; } }