var fDesc=new Array(); fDesc[0] = "Saint Germain is up to his old tricks, and this time he needs the young Mallow heir to succeed! It’s up to you to uncover his devious plans and stop him in his tracks. Do you have what it takes to save the boy from his wicked clutches in time? Find out in this compelling Hidden-Object Puzzle adventure! Travel back through time to discover the origin of the Malloy family’s tragic curse! Earn achievements and coins! Enjoy exclusive collectible concept art, wallpapers, and original soundtracks!"; 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 = ''; } }