var fDesc=new Array(); fDesc[0] = "Embark on two spooky hidden object adventures in Margrave Manor. Play as Edwina and search for your missing grandfather. Then search a long-lost ship for his legendary hidden treasure in Margrave Manor 2: The Lost Ship!
Features:
-Find hundreds of objects across two games
-Unlock odd puzzles to enter Manor rooms
-Excellent replay as items change location each time
-View your medley of items in your collection room
-Discover your family's forgotten past"; 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 = ''; } }