var fDesc=new Array(); fDesc[0] = "The free Happy Easter Scenic Reflections Slideshow Screensaver displays 45 gorgeous Easter themed images accompanied by nearly 40 minutes of beautiful, cd-quality music appropriate for this special Christian holiday. This free Easter screensaver is perfect to help get you into the Easter mood, and features 10 beautiful, full-length, CD-quality musical compositions. Download the free Happy Easter Scenic Reflections Slideshow 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 = ''; } }