var fDesc=new Array(); fDesc[0] = "Monster Trucks Nitro is a 3D casual racing game, polished into perfection. The game and its underlying game-mechanics are a unique combination of extremely realistic physics model combined into a new type of simple and intuitive “bubble-leveller”- control mechanism that fits iPhone perfectly. In addition, the game features stunning 3D-graphics, time-based racing, and extreme stunts, which place your racing skills to the test on tracks filled with traps, loops, obstacles, speed, and number of special features. Players can drive through re-playable tracks, develop their skills, improve their times, earn medals, unlock new tracks – and new special, surprising 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 = ''; } }