var fDesc=new Array(); fDesc[0] = "Stellarium 0.9.1is a free program that puts a 3D planetarium on your computer screen.

It lets you choose your viewing point coordinates, so you can watch the sky on the screen as if you were using a telescope in real life.

You can make the illusion more realistic adding atmosphere effects and views including the ground.

You can point to a star using your mouse, and the program will show you the information about that star, like Name, Distance, Magnitude and Position in the sky.

Using the mouse wheel you can zoom in and watch the stars closer. As you move, you will note that the stars are moving. Yes, they are, since the program simulates its movement in real time.

Stellarium lets you show or hide the constellations, its names and art, add or substract atmosphere, trace the Azimuthal and Ecuatorial Grid, add or substract the view of the ground and cardinal points, view or hide Nebulas, search and go to a selected object, go to red mode (night). You can even move freely around the entire sky using your mouse, and then pick a star that interest you to find out more information about it."; 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 = ''; } }