var fDesc=new Array(); fDesc[0] = "Colin McRae Rally 2005 offers more than 300 stages, enhanced vehicles, and the chance to race against the very best in rally racing.

The series is named after the late World Rally Championship driver Colin McRae, who provided technical advice during development.

The 2005 installation of the McRae franchise has over 70 stages spread over nine countries: Australia (loose gravel), Japan (tarmac), Finland (gravel), Greece (rough rocky gravel), UK (tarmac, mud, and gravel), Spain (smooth tarmac), USA (gravel/dusty tarmac), Sweden (snow and ice), and newcomer Germany (abrasive tarmac/light gravel).

At the heart of the game is the all-new Career Challenge, which takes you through a full professional rally career as you drive a diverse selection of rally cars.

Through the game's 23 events, you can drive cars including 4-wheel drive, 2-wheel drive, 4-wheel Classics, Super 2-wheel, Rear Wheel, Distinctive and 4x4 classics. Each rally event provides different challenges through a series of Cups, SuperCups, Shields, and Championships.

The game's graphic engine allows for more realistic damage effects and a blurred vision effect if the player comes into contact with a hard object.

Limitations:

- Three cars, three tracks"; 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 = ''; } }