var fDesc=new Array(); fDesc[0] = "Dragon Nest Europe is a 3D action RPG, based on the "Eternity" engine developed in-house that can implement vivid graphics. It is a next-gen action RPG which seeks to bring out quick and dynamic action in its gameplay. You are about to enter a fantastic world filled with magic, wonder, hideous monsters, evil villains, and endless adventure."; 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 = ''; } }