var fDesc=new Array(); fDesc[0] = "Experience the serene atmosphere of a quiet winter night with this outstanding Winter 3D Screensaver.
It will take you away to a peaceful setting with a few cottages covered with snow, with smoke coming out of chimneys and slowly rising as there is no wind to disturb anything in this quiet winter paradise.
Relaxing music and high quality 3D graphics will help you relax and instantly calm your mind."; 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 = ''; } }