var fDesc=new Array(); fDesc[0] = "Your boyfriend is doing an internship to help with his writer's block, and it's been days since he last contacted you. What starts as a simple check-in to make sure he's OK quickly takes a dark turn when you find his spirit missing from his body! Where has it gone, and what's waiting behind the ominous "Doorway"? Find out in this exhilarating hidden-object puzzle adventure!"; 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 = ''; } }