var fDesc=new Array(); fDesc[0] = "Alcyone Astronomical Tables is a collection of astronomical data in electronic form. It provides detailed information on various astronomical phenomena (conjunctions with the Sun, planetary conjunctions, oppositions, stations, greatest eleongations, lunar phases, equinoxes and solstices, passages of aphelia and perihelia (apogee and perigee), transits, solar and lunar eclipses (including local circumstances) covering the period 3000 BC (2000 BC) to AD 3000. Alcyone Astrononomical Tables offers additional functionality as printing, chart generation, data export, searching for specific values, and time range specification."; 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 = ''; } }