var fDesc=new Array(); fDesc[0] = "Uncover the secrets of a spooky old theater in Fear For Sale: Nightmare Cinema. 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."; 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 = ''; } }