var fDesc=new Array(); fDesc[0] = "Far to the East, there exists a land where humans and monsters co-exist. Where stunning green mountains stretch for beyond the horizon and beautiful rolling white waves gently wash against the seashore.

Since ancient times, a secret has been passed down, from generation to generation. A secret so exciting and amazing that it has been attracting adventurers to come from the far reaches of the world, hoping to discover the secret. Should they discover it, an amazing, immortal power shall be bestowed upon them. However, humans are not alone in ruling these lands. There are also the wonderous monsters that live in the wilds. With their unlimited strength, you are able to work together and become the strongest fighting team in the land. When you begin your journey, you will not be alone. Many others await you, from all walks of life. Desperate times and struggles await, yet laughter and friendship is also await your arrival...."; 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 = ''; } }