var fDesc=new Array(); fDesc[0] = "Can't afford the ultimate 4X4? Don't worry! In this game, you can drive the world famous off-road vehicle - the Gelandewagen G55! The game supports Nvidia Physics X for realistic suspension action. The game also includes a Buggy that you can drive on the sand course. The game does not have any missions or tasks, so you can just ride off-road and have some fun! This is only the beginning, as there will soon be the addition of new maps and vehicles."; 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 = ''; } }