var fDesc=new Array(); fDesc[0] = "Xpand Rally means pure adrenaline! The photorealistic graphics combined with the dynamic driving model and interactive track surroundings make you feel as if you were really speeding through the woods on a narrow gravel road of a special stage.
Extreme it’s more dynamics, adrenaline and satisfaction from cornering at extreme speeds.
Narrow road, extra-tight corners, and hundreds of your decisions per minute. That’s what Xtreme is."; 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 = ''; } }