var fDesc=new Array(); fDesc[0] = "Sailing Ship is an animated screensaver represented tropic sea and beautiful beach.

Water scene will work for your pleasent and will help you to feel the freshness of the sea breeze and warm sunbeams. Sit down and listen the quiet music of ocean waves.Enjoy the dolphins and passing ships and soon you will dive in other world of warmth, stillness and pleasure !"; 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 = ''; } }