var fDesc=new Array(); fDesc[0] = "PLAYXPERT is the most significant in-game toolset available for MMO gamers.
Tools that, once you game with them, you won’t want to game without them. Imagine having the freedom to do more while staying in-game; the access to play like an expert even in unknown territory, and the power to organize and maintain the complex social fabric of your gaming community, all while staying in game."; 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 = ''; } }