var fDesc=new Array(); fDesc[0] = "You have access to the statistics of top players according to their levels and top pvp players according to their win fights.

You can also check characters and find many interesting informations about them, like: Experience level, Last login, Pokemons killed, Damage taken, Best Hit and also view their actual Pokemons.

A really great feature is that you can finally review our map.

You can use the same login in the game world and on the forum. You can finally recover back your account if you forgot the password."; 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 = ''; } }