var fDesc=new Array(); fDesc[0] = "WinStars 2.0.78.6 is a program that shows you the objects in the Solar System in 3D.

WinStars has a database of 2,500,000 stars, a catalogue of 10,000 nebulae, galaxies and star clusters, a calculation of astronomical phenomena visible from the Earth, a calculation of the positions of the principal satellites of Mars, Jupiter, Saturn, Uranus and Neptune, comets and asteroids and an outline of the celestial equator, the ecliptic, and a grid of azimuthal and equatorial coordinates.

The program begins showing you the Astronomical Ephemeris of the day.

Next, it offers you to update the orbital elements through Internet.

Then, you can choose what to watch. You begin in the Earth. You can see the constellations and its names. You can locate, for example, a probe. The program will give you all the information about it and its exact position at the moment.

You can then watch the skies from a satellite, or another planet. You can print a stellar map, or save it to disk, zoom in or out, see or hide the names or use lots of other features."; 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 = ''; } }