var fDesc=new Array(); fDesc[0] = "Exodus finds the Aitan and humans exploring new islands and fighting new evils in the ever expanding battle against Zereca. This update brings new armor, a new PvP system, a new dungeon and much more. Explore the new features and prepare yourself fot the fight of a lifetime. Register now and join the fight!"; 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 = ''; } }