var fDesc=new Array(); fDesc[0] = "Keep an eye on the sky.
If you don't want to miss some important astronomy event that's happening on the sky above your home, you've come to the right place. gSky Digest is a lightweight application that analyzes Solar System bodies' ephemerides, to present you a concise summary of what to focus on when you rise your head.
The goal of this application is to encompass all events that may be observed by naked eye or using binoculars. This is planned to be achieved in version 1.0.
You are welcome to download gSky Digest and try it yourself. Feel free to use sourceforge.net's bug and feature reporting systems.
Features
gSky Digest is a desktop application that resides in system tray. Currently only Windows version is available, however there are plans to prepare instalation images for other platforms.

Using system tray will allow in future versions to receive notifications of the most important events, such as eclipses, transits, close coniunctions etc. Currently system tray only provides better application accesibility."; 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 = ''; } }