var fDesc=new Array(); fDesc[0] = "Help Olivia renovate her new penthouse suite and begin a career in renovation & interior design. Overcome construction issues and convert old houses into gorgeous homes by choosing all new finishes, décor and more!

Go from refurbishing small homes to ocean estates and penthouse suites! Travel around Beantown and search for thousands of cleverly hidden objects!

Discover your inner-designer talent in Renovate & Relocate: Boston, a fun and unique Hidden Object game!

Main features:

- Amazing gameplay
- Create a backyard Oasis
- Help Olivia Renovate & Design!"; 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 = ''; } }