var fDesc=new Array(); fDesc[0] = "Fear For Sale: Nightmare Cinema is a hidden object game for Windows users. 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. 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 = ''; } }