var fDesc=new Array(); fDesc[0] = "Mortal Online is a next generation PC MMORPG both in terms of graphics and gameplay. There are no PvP zones, only an open realistic world where you are free to choose your own path. Experience true real-time combat where you decide every move your character makes and where your personal skill really matters.
Build your own house, or set up a guild to build a keep. With enough power, violence or diplomacy, you and your allies will be able to rule an entire nation."; 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 = ''; } }