var fDesc=new Array(); fDesc[0] = "The free Spring Stream 3D Animated Screensaver by Scenic Reflections shows spring flowers blooming, birds chipping, and nature coming back to life. Just let yourself relax watching this secluded area in the forest, with it`s trickling stream and waterfall. Download the free Spring Stream 3D animated screensaver today. Feel free to add your own music or 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 = ''; } }