var fDesc=new Array(); fDesc[0] = "Pro Evolution Soccer 2015 is a soccer competition game with multi-player modes and real-life managers. PES 2015 delivers stunning visuals and animation where the world’s greatest players move and play just their real-life counterparts, while PES ID ensures that the whole team matches their famed playing style. Close control, tackling, and the balance of play perfectly reflect the real football."; 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 = ''; } }