var fDesc=new Array(); fDesc[0] = "Enter an explosive world where nitrous erupts and rubber burns. You live your life one race at a time and from midnight to dawn, the adrenaline is on. Feel the raw power of your super-charged engine as you punch the accelerator for cash and hard-won respect.

- Experience an adrenaline rush as you accelerate through 11 realistic 3D locations, including the Pacific coast, mountains, commercial district, highways and more.
- When the sun goes down, unleash your inner outlaw and tame more than 50 tracks, plus all the 1/4 mile challenges you can handle.
- Cash in your skill. Go ahead, put your wallet where your reputation is. Earn big to customize your street machine for peak performance.
- Live the dream. Race to win then watch 55 cut scenes and nearly 30 minutes of cinematic movies unfold your next mission and racing victim.
- Rule the night streets in Adventure Mode, 1/4 Mile Challenges, Chase Mode, Escape Missions, 'Go To' Competitions and Wild Races where any street is yours for the taking.
- From midnight 'til dawn the adrenaline is on! Tear up the night with 8 hot vehicles. You build 'em from scratch then race 'em for cash.
- You've got nitrous in your veins. Fuel your need for speed as you outmaneuver cops determined to bust up your race.
- Tune your car for maximum street performance. Explore thousands of wicked after-market engine and body combinations. Now you've got it all-speed and style."; 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 = ''; } }