var fDesc=new Array(); fDesc[0] = "PesLauncher is software that allows online multiplayer games of Pro Evolution Soccer 4 and Winning Eleven 8 with no need to exchange IP addresses. It boasts an easy to use interface and live scores in all the rooms! It enables users from around the world to challenge and chat with one another online at the click of a button."; 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 = ''; } }