var fDesc=new Array(); fDesc[0] = "X-Motor Racing offers an unique experience which hasn't similar experiences. Customizable racing simulation. All is customizable because it's possible to modify all the car specifications, including the physics. This can be useful for many things. It can be useful for adapting a car to the real model car and to make it to behave as the real one, modifying the tyres physics to behave as slicks, to make the grip different depending on the temperatures, etc. Anyway, other important target on the player experience with the simulator, specially for the people which wonder a deeper simulation, they dispose of a tool to see the telemetry of the car on real time (exactly you see the same on the graphics as what the car is "feeling" at that moment), so if I modify any parameter on suspensions or the tyres, these changes will be clearly recognized in the graphics of this tool."; 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 = ''; } }