var fDesc=new Array(); fDesc[0] = "While exploring your new home, an old abandoned farmhouse, you discover a strange machine. The manual claims it is a mind reading device, created in 1925 by an A. J. Penburry. After several weeks' work and numerous replacement parts it is now ready for action! It's time to put the machine to good use, and earn enough money to renovate your new home.
Memorabilia is a hidden object game in which you help customers find their missing items by locating and piecing together memory fragments. Keep customers happy by finding their favorite objects and use your match 3 skills to create fun and helpful power ups, including Multi Hint, Clarifying Glass and Declutter. With the help of your grateful customers you'll soon restore and decorate your new home."; 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 = ''; } }