var fDesc=new Array(); fDesc[1] = "customizable and allows you to select all the scene elements you wish to include, such as nebulae, galaxies, stars, supernova, moon, comets, clouds, planetary rings (smooth and particles), asteroids, and others."; fDesc[2] = "space. It is very customizable and even allows users to include their own music: a playlist or a single file. The images look real and change all the time."; fDesc[3] = "it will only generate beautiful 3D Cosmic images, and the best thing is that you will never see the same image twice. The program sits in the system tray and allows users to customize and control everything from there."; fDesc[4] = "Hubble Telescope. Hubble's Hot 100 is a free screensaver created by RateMyScreensaver.com containing 20 high quality photographs."; fDesc[5] = "Telescope, inspiring original music, and new screensaver technology that is above and beyond ordinary slideshow screensavers you've seen before!"; fDesc[7] = "Hubble's Hot 100 is a free screensaver created by RateMyScreensaver.com containing 20 high quality photographs."; fDesc[8] = "Hubble Telescope. Hubble's Hot 100 is a free screensaver created by RateMyScreensaver.com containing 20 high quality photographs."; fDesc[10] = "RateMyScreensaver.com containing 14 high quality photographs."; fDesc[13] = "clouds, neon spark ribbons and more."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }