var fDesc=new Array(); fDesc[0] = "Alcyone Ephemeris is an accurate and fast astronomical ephemeris calculator covering the period 3000 BC to AD 3000. It calculates heliocentric, geocentric, and topocentric positions of the Sun (Earth), planets, 18 natural satellites, and small bodies (minor planets and comets) in ecliptical, equatorial, and horizontal coordinates, with optional corrections for parallax and refraction; rectangular coordinates, velocity, apparent diameter, magnitude, phase, lunar libration, orbital elements, differences for all of these, and more."; 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 = ''; } }