var fDesc=new Array(); fDesc[0] = "Lunia Online is an anime-styled MMO beat em' up cogame that lets players enjoy smashing tons of enemies with minimal effort. The game is arranged in a vaguely sequenced system where players take quests and eventually find themselves on a continuous chain of missions. The game is extremely fun, especially with the all the characters to choose from. The game play sports the traditional Final Fight system, which makes players crush everything on the screen before proceeding to the next part of the map. The game can be played with the keyboard but if you want that classic gaming feel I'd suggest a game pad."; 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 = ''; } }