var fDesc=new Array(); fDesc[0] = "OKMU is a MuOnline client that allows you to play on OKMU servers.

Much time has passed since the old Empire lost control over the Continent of MU. While the power of the central government continued to wane, feudal lords engrossed themselves in constant conflict over its control. Over time, these bloody feuds ravaged the land and destroyed the very foundations of its society. In this backdrop of strife--cultivated by mortal man's greed for power - a dark and ominous shadow fell over this once beautiful land."; 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 = ''; } }