var fDesc=new Array(); fDesc[0] = "How time flies! It seems like only yesterday that Lynn was just a little girl, but now she's all grown up and marrying Edward. You couldn't be happier for your adopted daughter - until you discover that Edward is missing! A mysterious letter promised answers to his past, urging him to return to his birthplace. As a witch hunter, Edward is accustomed to danger... but he may have gotten in over his head this time. You and Lynn rush to follow his trail, unaware that a dark presence is watching you. Can you track down Edward in time? Find out in this exciting Hidden Object Puzzle Adventure 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 = ''; } }