var fDesc=new Array(); fDesc[0] = "Developer's description:

BlueMoon is a Moon Phase calendar which resides in your system tray.

New review:

BlueMoon is a Moon Phase calendar which resides in your system tray.

Main features:

- bullet Traditional, Native American and Neo-Pagan full moon names. You choose which names to display within the moon phase program.
- bullet Tons of interesting Moon Lore including: Mythology, Folk Lore, Gods and Goddesses, Spells, Meditations, Recipes and more. You may choose to view all the Moon Lore available, or just the categories you prefer.
- bullet Discover the Sunrise, Sunset, Moonrise, Moonset and Twilight times for your timezone.

Final note:

BlueMoon is friendly and small software that discover the sunset, moonset, sunrise etc. time for your timezone."; 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 = ''; } }