var fDesc=new Array(); fDesc[0] = "Lunia is the very first game that offers a special game experience to both conventional console gamers and online RPG gamers at the same time.
Choose the character that will represent you on your journey through Lunia. Before making your character, you may want to know what kind of characters you can choose.
A square is a general area in Lunia where many things happen; think of it as a town. In the square, you can trade items, buy equipment, get quests, enter the PvP zone, chat with your friends, and even dance. There are lots of things to do in the square."; 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 = ''; } }