var fDesc=new Array(); fDesc[0] = "Added the capability of specifying the resolution of each monitor. This screensaver is essentially a Windows version of the Apple OS X slideshow screensaver. The screensaver displays a cinematic slideshow of jpeg images. The cinematic motion includes zooming in, zooming out, and panning. This motion adds a suprisingly effective mood to each image. In addition, you can listen to music from a CD, from mp3 files, or from an iTunes playlist."; 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 = ''; } }