var fDesc=new Array(); fDesc[0] = "Create your own personal driver and start racing. Also invite friends and create your own racing team. You can race with other players and become an international superstar.
In this game You can get more boost by driving close behind another car. The faster your speed is the more boost you get. Also you have skill char. Skill is what you get when you place better than other players in a race and even more if your initial Skill is lower than their's. Likewise, if you lose to players with lower Skill, you will lose some Skill Points."; 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 = ''; } }