var fDesc=new Array(); fDesc[0] = "Autumn Fantasy is a jewel of a screensaver and a feast for your eyes. It lets you unwind to the magic of autumn coming up to life on the desktop as a string of beautiful forest views. You'll immerse into the quiet of the season with the trees standing yellow, red and orange, leaves rustling under your feet, chilly air and the rippling water of the river that reflects all this beauty with different shades of color. And there are funny animals, trying to cheer you up!"; 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 = ''; } }