var fDesc=new Array(); fDesc[0] = "Have you witnessed the moments when winter gives way to spring?
Can you imagine snow melting and frozen rivers starting to flow again?
They sure are awesome views!

Spring River Screensaver brings the magic of the beginning of spring to your home.

This beautiful screensaver is different than the rest of the classic seasonal screensavers.
Most of them will show you very nice scenes of THE SAME SEASON.
Spring River Screensaver will show you the transition between winter and spring.

You will be able to watch how a river starts flowing through a snow-covered forest with beautiful trees that will soon get rid of their white cover.
You can feel the peace that surrounds the scene.
It seems like Nature itself is celebrating the end of the cold season and the beginning of the warm days.

But winter doesn't want to let go that easily. Even with the first warm rays of the sun, the forest will still receive the last snowfalls of the season, as the river starts its winding path to the ocean.
You will surely enjoy this screensaver and it will soon become one of your favorites."; 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 = ''; } }