var fDesc=new Array(); fDesc[0] = "The citizens of the Akram Kingdom were too busy recovering and rebuilding after the war with the Ikaness to notice at first, but the influx of strange people to the Adventurer’s Plains eventually became a prominent issue. They seemingly came from nowhere, and had no idea of who they were or from where they had come. These strangers came to be known as the Visitors.
You, the Visitor, protect life and make right from all that is wrong. Visitors are divine beings that seldom suffer from hunger or thirst. They do not need as much sleep as most other creatures, but they can hurt, and they can love. It is far and wide believed that Arua created them, as a gift to the seven planets, and for the safety of all."; 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 = ''; } }