var fDesc=new Array(); fDesc[0] = "Remnant Knights Closed Beta is a combat game where you have to fight against Skalari. These are beings from another dimension that only the kids can see. They are constantly hurting people or making mischief. Throughout the game they will be your primary enemy.

If a Skalari sees you he will run towards you and attack you (aggro). If you do not want to fight the monster after it starts to chase and attack you, you have to run away! You may have to run a long distance before the Skalari falls far enough behind to retreat and give up. After death, a Skalari will respawn within a short time frame."; 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 = ''; } }