var fDesc=new Array(); fDesc[0] = "Step into an eastern fantasy world with picturesque towns and impressive landscapes. Become a master of martial arts and protect the country from the dark influence of the Metin stones. Fight the dark influence of the Metin Stones as one of the Dragon God's allies. Gather all your strength and seize your weapons to save your kingdom from a future filled with fear, suffering and destruction!"; 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 = ''; } }