var fDesc=new Array(); fDesc[0] = "Winter Fantasy screensaver is a warm and friendly winter wish for a fun and happy winter season. In winter nature is painting for us, day after day, pictures of infinite beauty. The screensaver recreates those pictures digitally and shows them in a sequence. It'll calm you down, let you take a big breath of fresh winter air, listen to the beautiful music and feel the wind in your face as you walk your mind in the virtual winter forest."; 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 = ''; } }