var fDesc=new Array(); fDesc[0] = "Experience drag racing in all it's glory with the latest in 3D graphics. EV is a new generation of video racing game where new updates are released on a weekly or daily basis. Unlike other racing games, we add new cars, new paint schemes, new graphics, and other game enhancements on an ongoing basis. Download the game , and join the fun!

Drive the amazing Top Fuel Dragsters, Top Fuel Funny cars, Street Cars, and more. Download the game now!"; 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 = ''; } }