var fDesc=new Array(); fDesc[0] = "You play Sgt. Jacksen, a member of S.U.P.A. (Special Unit for Paranormal Accidents). You and your team are sent to an abandoned bunker, which was used by the army. Paranormal Accidents were reported in this bunker. But you and your team are not alone. Someone or something is in this bunker...Download the Dev-files and see how the levels of Dead Corridor works. To install, copy the Cry file in the right folder and open it with the SB2"; 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 = ''; } }