var fDesc=new Array(); fDesc[0] = "Manor Memoirs Collector's Edition is a hidden object game in which a talented young writer, Scarlett, decides to buy a beautiful 19th century mansion away from the hustle and bustle of the big city hoping to find her lost inspiration. You can help Scarlett restore it and bring inspiration back to her life. You can look for the old things tucked away in the house, conduct sales and turn a ramshackle building into a cozy palace."; 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 = ''; } }