var fDesc=new Array(); fDesc[0] = "The SE Aspectarian software provides information that is useful for both astrologers and programmers. It is capable of calculating all the planetary data that you need. There is much data that goes into the calculations done by the program. It is an astrological aspectarian software that uses the Swiss Ephemeris for all calculations. Aspectarian is easy to use and all you really have to do is put in two dates and then the data for that time period will be given to you.

The user interface lets you put in the dates and then you will be able to see all the calculations and aspects of that particular time period. The geo and helio longitudinal, declination and latitudinal aspectarian data is calculated for the time between the dates. The data is then for all the planets, main asteroids and all aspects between those bodies.

A specific natal chart and a fixed zodiacal degree one are also generated for your entered time period. You will be able to see all the data and it is organized in such a manner that you will be able to get a clear understanding of it all."; 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 = ''; } }