var fDesc=new Array(); fDesc[0] = "A photo slideshow screen saver with photos of beautiful cloud formations. From sunrises to sunsets to serene puffy clouds, these simple but entrancing views will relax and inspire.
The high-quality 1024x768 photos will fill your screen and look great at any screen resolution (they will work fine for smaller screens too, so you won't miss anything). This screen saver uses low image compression for the best possible quality."; 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 = ''; } }