var fDesc=new Array(); fDesc[0] = "The Program calculates the sets, rises and phases of the sun and moon.
It covers over 2000 locations in 110 countries. The program includes signs of the Zodiac, Saint's days, and days of Eclastical year, the moon in the Ecliptic, a graphical overview of the moons brightness, and time zone information and comparison."; 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 = ''; } }