var fDesc=new Array(); fDesc[0] = "Lethe is a first person adventure with survival horror elements, in which you will explore an atmospheric and frightening world and uncover the dark secrets of your origins. Crushed under the debts of his recently deceased step-father, Robert Dawn, a journalist with an unremarkable career, decides to hunt down his origins. Everything points to a quiet mining settlement. Shortly after his arrival, Robert comes into contact with an unknown substance and develops psychokinetic abilities that feed on his life energy. As tension rises, he is faced with another, even darker threat, quickly turning the trip into a terrifying battle for survival."; 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 = ''; } }