var fDesc=new Array(); fDesc[0] = "Are you ready to enter the hidden haunts of the Gothic Masquerade? Shadows stretch through moonlit gardens and menace hangs over empty hallways. Can you find all the missing items before time runs out? Search ghostly rooms, mysterious landscapes and more as you seek and find hidden objects in four different haunted locations! Delve into detailed indoor and outdoor scenes filled with over 1000 carefully placed items, plus enjoy a challenging sliding tile puzzle and spot-the-difference game for each spooky site. As you solve each new scene, you'll unlock more of the supernatural hidden object hunt."; 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 = ''; } }