var fDesc=new Array(); fDesc[0] = "NovaMetin2 is a Massively Multiplayer Online Role-Playing Game (MMORPG). It has a gameplay system similar to those used in many MMO games. Experience points are earned every time the player kills a mob and/or completes a mission from an NPC. The game's combat is based on an Hack and slash system, the player hits the space key each time he or she wishes the character to strike, There is also an automatic combat feature which allows the character to continuously attack a single creature following it as well when it moves but the downfall of this is if the creature moves through another your character will get hung up on the second creature making your character run in place."; 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 = ''; } }