var fDesc=new Array(); fDesc[0] = "PES 2016 Real Vision enhances the PES game by tweaking graphics. Besides graphics, the add-on also enhances the way the players look on the pitch, and the way the shadow is reflected from the light. The installer needs pointing to the installation directory in order for the mod to work properly."; 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 = ''; } }