var fDesc=new Array(); fDesc[0] = "Speed past all the limits with the ultimate in racing adventure! Intense Racing 2 lets you experience the rush of race car driving with amazing 3D graphics. Choose your dream car and master your talent with multiple skill levels. Hit the pavement and test your abilities, ripping it up in different weather conditions and climates. There are over 50 different tournaments to choose from with bonuses scattered along the track to help bring you into the winner's circle. Take your place in the driver's seat and experience the adrenaline of extreme driving today!
Game Features
Real 3D Photo-realistic graphics
Exciting music and sound effects
15 unique race tracks
12 of the fastest race cars to choose from
Various bonuses throughout the game
Various levels of difficulty to challenge even the best driver!"; 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 = ''; } }