var fDesc=new Array(); fDesc[0] = "In late 1929, five people - including Jess Silloway's grandmother - mysteriously vanished and were never seen again. Now a ghostly figure has begun to haunt Jess's dreams. Use your powers of observation and deduction to unlock glimpses of events from the past, present and future, and then put the pieces together to discover what happened that fateful night eighty years ago, in 3 Cards to Dead Time! Experience this exciting Hidden Object game!"; 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 = ''; } }