var fDesc=new Array(); fDesc[0] = "Whether you are ready to retire permanently to your own special beach or just spend your hard earned vacation here this is THE spot to relax. Sit back and watch the boats go by, the seagulls fly, and collect a few shells and other treasures from the sea while you are taking a leisurely walk down the beach. Sounds of the ocean and seagulls to take you away to this pleasant little mini vacation. A beach is a landform along the shoreline of an ocean, sea, lake or river. It usually consists of loose particles which are often composed of rock, such as sand, gravel, shingle, pebbles or cobblestones."; 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 = ''; } }