var fDesc=new Array(); fDesc[0] = "The Long Dark is an exploration-survival game that challenges solo players to think for themselves as they explore an expansive frozen wilderness. There are no zombies - only you, the cold, and everything Mother Nature can throw at you. This is an early access title - the sandbox is in a constant state of improvement, and it isn't finished. Still, the game is stable."; 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 = ''; } }