var fDesc=new Array(); fDesc[0] = "Celebrate the true meaning of Easter with this religious screensaver. Selected scenes of the Passion and Ascension of Christ are depicted in original hand-painted artwork by Lisa Kretchman, each in the style of a stained glass window. In each of the three scenes the panes of glass fade in from the darkness, culminating with a brilliant halo. The scene is completed with an animated passage of scripture. A symphonic recording of Johann Sebastian Bach's Mass in B Minor:Credo plays to set the tone, including choir."; 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 = ''; } }