var fDesc=new Array(); fDesc[0] = "Orbitron 3.71is a satellite tracking system for radio amateur and observing purposes.

The program can be also used by weather professionals, satellite communication users, astronomers, UFO hobbyist and astrologers.

The program shows the positions of satellites at any moment (in real or simulated time).

Orbitron 3.71 can be installed in 35 different languages and comes with it´s own screensaver.

The program allows you to load TLE (Two-line Elements), from Internet. This files contain information about the orbit of a given satellite or group of satellites, updated constantly.

You can follow the position of each satellite, visualizing them in a World Map or with a Radar View.

You can customize the view including or not the Sun, Moon, Moon phases, Tails, Compass, etc.

You can view information about each satellite, like its name, NORAD number, COSPAR designator, Epoch (UTC and Orbit Number), inclination and more.

You can also predict the position of each satellite at any given time."; 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 = ''; } }