var fDesc=new Array(); fDesc[0] = "When installing Force Feedback drivers, calibration of your accessory is carried out automatically.
The Thrustmaster Calibration software allows you to carry out manual calibration (which will replace the automatic calibration) on:
- The steering wheel of your racing wheel
- The pedals attached to your racing wheel
- The mini-sticks on your gamepad
- The different axes on your joystick"; 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 = ''; } }