var fDesc=new Array(); fDesc[0] = "This module can be useful for adjusting your brake force distribution, brake temperature monitoring and adjusting
the differential.
The differential control shows if tires are turning… or not. The number above the wheel indicates the force on the
wheel. The violet color indicates the difference in timing/loss of grip opposed to the other wheel.
For the brake the numbers indicate the delay in brake compared to the other wheel of each axle. The time of
blocking is determined by the violet color."; 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 = ''; } }