var fDesc=new Array(); fDesc[0] = "The free Butterfly Woods 3D Animated Screensaver by Scenic Reflections offers you a beautiful Woody area filled with lovely colorful butterflies dancing around. It is sure to amaze you! As the night is slowly settling in, you can still see some ray of light coming through the branches. You can also have a glimpse colorful fireflies lighting up the darker parts of the woods. This free 3D animated screensaver will let you watch the butterflies that will from time to time come to rest on the wild mushrooms before fluttering some more to the calming sound of the chipping birds. And now you can optionally add your own music tracks to help enhance the screensaver further. Download the free Butterfly Woods 3D Animated screensaver today!"; 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 = ''; } }