var fDesc=new Array(); fDesc[0] = "RACE 07 - The Official WTCC Game features the full FIA WTCC season of 2007 including all cars and tracks, as well as several new support classes and tracks from all over the world. The game also features the full WTCC season of 2006 which was included in the games predecessor RACE – The WTCC Game, released in 2006 on PC.

To support these new race classes the player will be offered the choice between one- or two-race-format. The highly detailed damage system is also adapted to give the Formula cars the vulnerability they have in real life.

RACE 07 comes with a score of new tracks and added track variations including several new city tracks, alternate track layouts and reversed track option. Several new community oriented features, game modes and online functionalities will also be announced later."; 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 = ''; } }