var fDesc=new Array(); fDesc[0] = "Start out with an ordinary car, then take on other street racers for cash prizes to upgrade your ride into an extraordinary fire-breathing road racing machine.

Features
- Customize and upgrade your vehicle to be the ultimate racing machine with authentic licensed parts.
- 16 cars to "trick-out" and "tune-up" in a variety of garages
- 4 club levels from easy to difficult for a range of challenges
- Dynamic race path generator for ultimate street action and extended game play!"; 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 = ''; } }