var fDesc=new Array(); fDesc[0] = "Waves and sunsets are the gifts of the ocean and the sun. Those offerings can only be taken by your open heart. The more it is opened, the greater is the offering and the joy. Take it with warm-hearted gratitude which is a great joy itself…

Sun and Ocean. Two greatest creators on this planet. Enjoy their eternal game!"; 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 = ''; } }