var fDesc=new Array(); fDesc[0] = "Wispy clouds illuminated by the barely visible sun reflect in the silvery mirror of the brilliant lake waters, announcing the dawn of a new day filled with discovery, hope, and beauty. At the same time, a classic rustic chapel, with clapboard siding and delicate trim takes its comfortable place beside the lake."; 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 = ''; } }