var fDesc=new Array(); fDesc[0] = "The Winter Landscapes free screensaver will show you off the rich saturated views of nature in winter time. The dominating white-blue-violet palette produces fantastic beautiful sceneries. In the clear morning the yellow rays of the rising sun make yellow cast for snow under the blue skies. This creates incredible pictures.
Install this screensaver and enjoy the views of the winter landscapes!"; 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 = ''; } }