var fDesc=new Array(); fDesc[0] = "Faster than fast are these cars racing against each other. You can choose one of three available cars, change some basic settings, choose your course, decide who you want to race against and push your wheels to the limit.

Each racing track has its own tricks and when going to the limits, driving those curves can become deadly. A slip second and you are out of the game. The great thing about this free racing game is that you just can not get enough of it. If you decide to try it yourself, well than we really feel sorry for your keyboard."; 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 = ''; } }