var fDesc=new Array(); fDesc[0] = "Project CARS is a racing simulation game. You create a driver, pick from a huge variety of motorsports in a dynamic career mode and write your own tale in an intense online multiplayer. This game features the largest track roster of any recent racing game with a ground-breaking dynamic time of day & weather system, deep tuning & pit stop functionality, and support for Oculus Rift and 12K ultra HD resolution."; 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 = ''; } }