var fDesc=new Array(); fDesc[0] = "myClub offers an incredible level of depth to PES 2016 and allows players to build a team of world stars. Players can use points acquired through success in matches, or with myClub coins, to experience realistic club management to develop a squad.

The rosters and stats are also updated on a weekly basis. More competitions, events and campaigns are constantly added, with players choosing their manager, recruiting coaches, developing playing styles and building a long-term strategy based on their specific aims."; 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 = ''; } }