var fDesc=new Array(); fDesc[0] = "It is an addictive dragrace free downloadable game, with incredible variety of options to choose from and exiting dragrace opponents.

And if you think racing is all you need to know in order to win, you are wrong. You have to manage your money carefully. Be aware that if you spend the whole three thousand dollars on the first car and than loose a game, you are left with nothing. Driving skills and some intelligent money management is needed to make your name in the world of dragracing stars."; 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 = ''; } }