var fDesc=new Array(); fDesc[0] = "In F1 2012 players will feel the unparalleled thrill of becoming a FORMULA ONE driver with a host of new features, wide-ranging technical and gameplay advancements and extensive competitive and co-operative multiplayer components. F1 2012 will feature all of the official teams, drivers and circuits from the 2012 FIA FORMULA ONE WORLD CHAMPIONSHIP, including the debut of the 2012 FORMULA 1 UNITED STATES GRAND PRIX at Austin, Texas and the return of Germany’s famous Hockenheim circuit to the calendar."; 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 = ''; } }