var fDesc=new Array(); fDesc[0] = "In Xtreme we modeled all of the world’s most dangerous and extreme special stages. Off the beaten track in Malaysia, up the mountain hairpins in Monte Carlo, and through the ultra-narrow forest vistas of Great Britain… bumps, cliffs, potholes, dodges and crests – split seconds decide everything.
Xtreme accelerates the pulse rate, increases the blood pressure and is very addictive. At the fast corners you’re balancing on the verge of fear; in a split of a second the instincts guide you."; 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 = ''; } }