var fDesc=new Array(); fDesc[0] = "2018 version of Pro Evolution Soccer game comes with enhanced player models, animations, real world visuals, and a realistic game speed. Strategic Dribbling gives you significantly more control in possession, with the addition of contextual shielding to protect the ball. Set pieces have been reworked with a new Free Kick and Penalty Kick system, alongside the option to choose the new one player kick off. With the new 2v2 and 3v3 co-op online modes, you can play together with friends, or other users."; 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 = ''; } }