var fDesc=new Array(); fDesc[0] = "LunarPhase is a utility for Win 95/98/NT which provides rising, transit and setting times for both the Moon and Sun, start and end times for Civil, Nautical and Astronomical twilight and a range of information on the Moon and, to a lesser degree, the Sun, graphically displaying the current phase of the moon (in real time), its age, percentage illuminated, distance, position, apogee and perigee, circumstances of lunar eclipses and the times and dates of the major lunar phases for the selected month and year."; 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 = ''; } }