var fDesc=new Array(); fDesc[0] = "This unique software for deep-sky observers has many functions, some of them are:
- Based on object, site and equipment data, find out truly observable objects
- Compile objects in an observing project to organize what you want to see over a longer period of time
- Compile a detailed observation plan, containing all information required when actually observing
Navigate the sky with easy to operate maps. Maps show the objects you can really see, taking visibility criteria into account. No cluttered labels, no duplicate entries, no need to know what catalogs to activate. Starhopping and finding objects in the sky becomes real fun
- Record your observations in the logbook. Create expressive documentation with minimal effort. Use a powerful filter to find observations. Exchange observations with your friends or share them via the internet
- Point your ASCOM compatible telescope
- Integrates with leading star charting programs. Have E&T center selected objects in these programs
- Powerful options to export object data, observations, projects, plans and star maps in a multitude of file formats
- Designed with usability in mind, especially for nightly use at the telescope
- Automatic backups with complete history"; 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 = ''; } }