var fDesc=new Array(); fDesc[0] = "Nitto 1320 Legends is a free live online drag racing game featuring the hottest cars. Modify your car with countless options, race in tournaments, and much more...
The aim of the game is to be the best drag racer online by building up your Street Cred (SC), car collection and game money. There are no set goals to achieve like most other games.
Starting with a basic stock Scion tC,Nissan Sentra SE-R,Ford Mustang GT,or Acura Integra GSR, game players can win money via the 24/7 Tournaments racing against computer opponents of varying difficulty. With the money won, players can choose to invest in new performance parts to make their car faster or more consistent, move up the property ladder to release new content to buy or put money towards more cars for their garage."; 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 = ''; } }