var fDesc=new Array(); fDesc[0] = "Listen as waves lap the shore or thunder booms in the sky. Whether watching beautiful scenes through a rain soaked window, or the ripples of clear stream, this will bring the calm and serenity clear moving water evokes. Watch and listen to rotating scenes through a window of water."; 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 = ''; } }