var fDesc=new Array(); fDesc[0] = "We bring to your attention our new charming screensaver Morning Snowfall. Before your eyes appear cozy winter landscape, where you will see the lovely houses, standing in the forest surrounded by snow-covered trees. Everything covered with snow, and the snow continues. The graphics in the intro quality and colorful, a splash screen is filled with winter comfort and anticipation of the holiday. Morning Snowfall Screensaver is a great decoration for your desktop on the eve of Christmas and New Year holidays. Setting the screensaver is very simple, it only takes a couple of seconds. And you can endlessly enjoy the beauty of winter landscapes at your home!"; 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 = ''; } }