var fDesc=new Array(); fDesc[0] = "Rooks Keep is a PC based, fantasy melee deathmatch/arena game. Best described as "UT with swords", players will battle it out in a selection of game-modes, across a variety of maps. The list of game-modes includes traditional Deathmatch and Team-Deathmatch, Conversion (kill your enemy to get them on your team), Combat and Classic Chess, and more. Players will get control of two factions of six characters each, based on traditional Chess archetypes(Pawn, Knight, etc) and engage in battles using a diversity of offensive and defensive abilities and skills."; 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 = ''; } }