var fDesc=new Array(); fDesc[0] = "Get your heart pumpin' and your car jumpin' in this sweet racing game for car lovers only! Buy your starter car and get into the garage to max out its performance with a tune-up, engine parts, gearboxes, and more. Compete in neighborhood night racing to earn cash, and use the money you make to pimp your ride with upgrades like tires, gold plated rims and grills, a cherry paint job, and much more! Lower the suspension and install hydraulics to compete in jump, dance, and freestyle competitions!"; 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 = ''; } }