var fDesc=new Array(); fDesc[0] = "A young journalist, desperate for a big story, accepts an intriguing assignment: Hunt down an eccentric inventor who hasn't spoken to anyone in years and interview him about his latest gadget. As her guide, you'll search vintage cars and rundown factories for clues, perform tasks for ghosts, and solve an array of ingenious puzzles."; 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 = ''; } }