var fDesc=new Array(); fDesc[0] = "A ruin has been discovered in the sea of Jiendia!
Mysteries surround this place and no heroes have seen this ruin of tremendous scale yet!
After Iris neutralized the Devil King, the wall between the good and evil has been damaged severely. Ever since then, devils and wicked monsters have invaded the world of La Tale, creating massive chaos.
Without overwhelming power that can annihilate all evils, it will be a never-ending war. Elders in La Tale tried to find this power for many years and finally with guidance of the gods, located this ruin called Garden of Elder Gods in Xenadia!
It is time for you to step into this unknown region. It will offer new monsters you've never seen before and massive areas you will have to conquer. Be careful, be prepared, and find the power to defeat the Devil King once and for 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 = ''; } }