var fDesc=new Array(); fDesc[0] = "For a long time the breath of the Dragon God has watched over the kingdoms Shinsoo, Chunjo and Jinno. But now this fascinating world is under a great threat: The impact of the Metin Stone has inflicted deep wounds on the continent and spread chaos and destruction. War has started between the kingdoms. Wild animals have transformed into violent beasts and the bloodthirsty dead have arisen to demonic life. Become a martial arts master and protect your country and its inhabitants!"; 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 = ''; } }