var fDesc=new Array(); fDesc[1] = "take you on a journey to outer space to visit the planets of our Solar System and more. You will be able to see asteroids, meteors and other space objects with an incredible realism."; fDesc[2] = "selected. With SimSolar you’ll be able to tilt and rotate the entire system to view from any desired vantage point. Set the system in motion and watch the planets move around their orbits at any speed you select."; fDesc[3] = "catalogue of 10,000 nebulae, galaxies and star clusters, a calculation of astronomical phenomena visible from the Earth, and a calculation of the positions of the principal satellites of Mars, Jupiter, Saturn, Uranus and Neptune, comets and asteroids."; fDesc[4] = ", the giant of our system, Jupiter, and even the farthest planets like Pluto and Neptune. When the view is near a planet, a small textbox will appear, giving you information about the planet that you are watching."; fDesc[5] = "watch the famous rings of Saturn with complete detail. You can even see the shadow of the ring on the planet! The graphics are very realistic and of excellent quality."; fDesc[6] = "realistic and accurate 3D model of the Solar System. Embark on your own exploratory voyage with this screensaver of unparalled beauty!"; fDesc[7] = "computer simulation, but using modern 3D technologies we tried to gain maximum possible realism in this animation."; fDesc[8] = "astronomy. HandyAvi has a built-in movie viewer, movie editor and Meade telescope control system for astronomy users."; fDesc[9] = "universe. With the help of this software you can re-create the simulations carried out by professional astronomers. The features of the Gravity simulation software help you to study the orbits of planets, moons, asteroids, etc. by performing the n-body simulation."; fDesc[11] = "Saturn is the sixth planet from the Sun. It is the second-largest planet in the Solar System after Jupiter."; fDesc[12] = "known for its ring system composed mainly of water ice and dust. This screensaver is a great 3D model of the fascinating planet!"; fDesc[13] = "resolution images of Saturn. The planet Saturn is primarily composed of hydrogen, with small proportions of helium and trace elements."; fDesc[15] = "Saturn. The great planet Saturn reveals mysteries more profound than those occasioned by its ancient mythological namesake."; 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 = '...'; } }