var fDesc=new Array(); fDesc[0] = "Real Race is a racing game in which the cars go extremely fast. You start with two different cars to choose from but as you win races you will be unlocking the rest of the twelve cars available. There are also fifteen race tracks with different difficulty levels. You will have to unlock some of them as well. Along the tracks you will find different bonuses that will help you win the race. You will not only be racing on typical tracks but also on grass, deserts and other landscapes.
It is very simple to learn to play the game, with your keyboard to move the car around. But only because the cars move so fast it is quite difficult to control it and win races. Actually it gets too hard at first and by the time you can more or less control the car you will probably be bored.
The game has pretty good 3D graphics and you can choose to play in full screen or window mode. It also has nice sound effects and music.
Real race is totally free, you can download the full version without paying anything and without time limits. It will take some time to download if you have a slow internet connection because it is 23 Mb but it will not take too much."; 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 = ''; } }