var fDesc=new Array(); fDesc[0] = "Welcome to our green summer farm! Four beautifully animated scenes will take you to the most picturesque corners of the summer village, with its fresh air, sunshine weather and lots of green paints. Our pets, ducks, geese, hens with chicks, cats, dogs, butterflies, dragonflies, frogs and other inhabitants of the farm and its surroundings bring exceptional beauty and tranquility to the forest scene. Check this great animated screensaver with natural sounds of wildlife and take a fascinating trip to the summer farm without leaving your house. This screen saver has no age boundaries and will be love both by adults and children! Download free summer farm screensaver!"; 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 = ''; } }