var fDesc=new Array(); fDesc[0] = "Dark Age is a free single player role-playing game. The game is set in the world of Entaria and the player controls the character in 3rd person perspective. The game is played on large maps which are modified through the world editor. The world editor is included with the game so you can modify every aspect of the game with it."; 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 = ''; } }