var fDesc=new Array(); fDesc[0] = "Return to Europe in a new adventure as Dana Knightstone, the novelist who can see ghosts. When your cousin, musician Sebastian Knightstone, starts hearing eerie violin music in his Austrian manor, he asks for your help to investigate. But you're not the only one digging up the ghost's secrets -- and you find yourself falling headlong into danger! Solve puzzles as you trek through snowy Austrian landscapes in search of missing clues. You'll need to follow the ghost's trail before time runs out."; 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 = ''; } }