var fDesc=new Array(); fDesc[0] = "F1 Manipulator offers different modules, which allow to easily make changes to the configuration of F1 Challenge 99-02. It also supports the add-on 2003 or 2004 of Ralph Hummerich.

Description of the available modules:

- Performance harmonizer: This module makes changes to your EA F1 Challenge configuration files that will result in all teams having the same performance. This is useful for multiplayer sessions where you want each driver to use a different team but have the same performance.

- Modify car stability (NEW): With the F1C default setting the rear wing of a car is more fragile than the front wing, resulting in people hitting your car from the back not getting hurt while your rear wing is lost. This module allows to modify the stability of the wings and wheels. Several recommended presets are included for you to make your choice.

- Replay Backup Manager (NEW): Usually only the replay of the last race is saved for each track. All other replays are automatically overwritten. This module allows to automatically create a copy of a replay, adding date and time to the name, so that all replays will be available later for your review. Optionally you can also make backups of the respective telemetry file for later analysis."; 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 = ''; } }