var fDesc=new Array(); fDesc[0] = "This water screensaver will be a welcome retreat throughout your busy day.

Beautiful mountain lakes with rippling water and animated ducks, geese, and birds create a peaceful mood and a sense of well being.

Includes nine different scenes, sounds, music and more!

By Water Screensaver - a breath taking collection of beautiful lake scenes with animated water and ducks, geese."; 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 = ''; } }