var fDesc=new Array(); fDesc[0] = "Come visit Huxley’s Boarding House, home of the mysterious clock tower! An exclusive retreat for people who want to get away from it all and learn what life was really like in the Victorian Era – no phones, no technology! The strict schedule of daily activities will help immerse you in the experience and must be adhered to at all times. The waiting list to get in is long, so sign up."; 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 = ''; } }