var fDesc=new Array(); fDesc[0] = "They Like Darkness 2 is a scary 3D action game that continues the story of a group of researchers exploring a secret laboratory in Siberia.

A Siberian laboratory known as "W-38" was attacked by unknown Forces. All of the laboratory creatures fled, but valuable artifacts remain inside. The laboratory shows no signs of life, from 2007 to the present day, and has no control of the terrible creatures which once resided there. Now, to get directly to the laboratory through the hostile environment of Siberia is not feasible, but there is a long access dungeon, with eerie silhouettes in the darkness and the creaking of metal from a distance. The group of curious explorers go to the lab to search for artifacts in order to get rich, but they have no idea what to expect. Every time you dive deeper into the darkness, more objects in the gallery will be revealed."; 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 = ''; } }