var fDesc=new Array(); fDesc[0] = "The free Spring Butterflies 3D Animated Screensaver by Scenic Reflections shows an amazing time of the year, when everything comes to life, new leaves come out on the trees, the first flowers begin to appear, the animals wake up and the first spring butterflies begin fluttering about. As the forest slowly wakes up from the long winter, watch those spring butterflies enjoying the sunrays peering through the threes covered in new leaves. Watch as a young deer drinks from a fresh water creek. Scenic Reflections proudly present this 3D animated screensaver that is sure to sooth any winter blues! And now you can optionally add your own music and sound tracks to help enhance the screensaver even further!"; 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 = ''; } }