var fDesc=new Array(); fDesc[0] = "In a time before time, when there was only darkness, the Goddess Etain came to this universe with a heart bearing desire for order and harmony. Immersing herself in a vast ocean of her own creation, she formed the continents of Teos Epeiros from her living flesh. Mountains were made high and rivers ran deep throughout the land in likeness of the veins that ran within her body. She created green forests and plains that engulfed the lands in the likeness of her youthful complexion. The sky and stars inherited their exquisiteness from the likeness of her eyes. This vast, rich world crafted through her strength, will, and desire for perfection, was named Shaiya."; 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 = ''; } }