var fDesc=new Array(); fDesc[0] = "The ESE Account Manager is a tool which you download on to your computer and install. This program plays an important role in the overall ESE detection and prevention plan, by forcing all players to register an account before being able to play on ESE Secure Servers. With the registration taking vital information of the players details, computer and gaming information (nickname, clan name etc...) this system is very powerful in that it stores all the information securely on our central ‘trust‘ server and works together with the ESE Game Server files to control player activity with its anti-fake system and also clan tag protection."; 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 = ''; } }