var fDesc=new Array(); fDesc[0] = "All licenses open, all cars (plus bonus cars), player rank 1st, $72 million cash, all cheat codes unlocked. Extract to your My Documents\Codemasters\GRID folder. Make a backup of your existing savegame folder before overwriting. You may need to edit your profile to reflect the current country in the game.
Trainer options are activated using the NUMPAD on the right side of the keyboard. You will need NUMLOCK 'On' for the hotkeys to works properly. Laptop users may need to plug in a USB keyboard to get these keys."; 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 = ''; } }