var fDesc=new Array(); fDesc[0] = "I have to give a big Thanks to Error for getting us updated and back on the right track. We now have eAmod that gives us all the new systems in MysticRO. We now have the hunting, mining, renewal refiner, graveyard, and achievement systems. In the next few weeks we will be adding in the Regional and Faction Systems. It doesn't stop there because we have so many other features that I have to learn myself!Not only did we get those, we are now on episode 14.2. All the maps, mobs and most of the items are upto date. We are now working on getting the rest of the spr's for certain eathena items. We also added in additional custom maps that will be custom areas for MysticRO in near future."; 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 = ''; } }