var fDesc=new Array(); fDesc[0] = "DragonSoul is a PvP-focused MMORPG set in a mysterious world inspired by Asian mythology.

Players can choose which of the eight kingdoms they want to join and decide to join the fight selecting one of the four character classes DragonSoul offers: From battle-hardened warriors, experienced in the art of close combat, Mages commanding the powers of fire and ice, Assassins dealing devastating damage from the safety of the shadows to Hunters who are masters of ranged attacks, players will find numerous opportunities to prove their prowess to king and country."; 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 = ''; } }