var fDesc=new Array(); fDesc[0] = "This is the demo version of the second part of World Racing, a conduction game that is centered in a brand of cars to give to the user the maximum possible realism.
If the first part took care of Mercedes, in this second part you will put yourself to the steering wheel of the vehicles of the Volkswagen brand.
The animation is good but it is necessary to specially emphasize to this one when maneuvers are made, and really they pass the test.
Another thing is the design of the cars, the correspondence with its real namesakes is convincing.
The camera will allow us to observe from the later point of view of the car, all the complete turn, and you will observe everything in detail.
In conclusion, we can say that the initial perception is good, but the most demanding glance could emphasize some aspects, for example the colours are too shining in sometimes, although is properly illuminated at all times and maintains consistency, you will really see the different between the older version because this is much better than that."; 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 = ''; } }