var fDesc=new Array(); fDesc[0] = "Seal Online is a MMORPG that lets you experience a world of adventure as you journey in a vibrant and enchanting world filled with whimsical characters while finding riches, fame, love, and friendship.
The land you are about to uncover!
Shiltz is a land under constant turmoil brought on by the battle between the humans and Bales protected by their two gods Elim and Balie. This war has started during the mythical era, and still continues today. But today, there isn't a single Bale living in Shiltz. We cannot even imagine where the Bales have disappeared to, and what caused their disappearance, whether it was a certain event that effected the Bales… My suggestion to you is to get to the root of this mystery by traveling to the past of Shiltz. And watch our history unfold. Uncover the lost history, the heroes, and the truth that's been veiled by distorted historical accounts."; 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 = ''; } }