var fDesc=new Array(); fDesc[0] = "Fear For Sale: Nightmare Cinema Collectors Edition is a mystery game about uncovering the secrets of a spooky old theater. When the entire audience disappears from a film screening at an old theater downtown, you must go behind the scenes to find out who is responsible for the crime.

But things quickly go from weird to worse when you finally realize where the missing audience members went. You’ll need all of your investigatory skills to solve this case and escape the Nightmare Cinema before the screen goes dark forever."; 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 = ''; } }