var fDesc=new Array();
fDesc[1] = "Horoscope Explorer is a complete Vedic Astrology software offering horoscope,matchmaking and Varshaphala(prediction s by years).User has 4 Ananamsh choices: Lahiri, B V Raman, K P, Sayan. Horoscope Explorer offers you Birth Chart Analysis, Detailed results of planetary Yogas, Planetary Aspects(Drishti), Natal Houses(Bhava Fala) and placements of planets.";
fDesc[2] = "mysterious nebulas and all kinds of space artifacts of unknown origin. Deep Space 3D Screensaver is so realistic and has so much detail that you will surely forget that you are at home or at work!";
fDesc[3] = "huge amount of different things you can do with this particular piece of software. Khi3 calculator includes a whole collection of auxiliary tools, classified into the following categories: Pro, Astronomy, Geometry, Analyze, Physics/Chemistry, and Others.";
fDesc[4] = ", Horoscopes, marriage match making, yearly progressed horoscope, birth charts, planetary transits and a host of other features. Available in 7 languages.";
fDesc[5] = ", where you will battle with hordes of alien missiles and weapons. Sometimes you will need to help planet population to escape, getting your mission more difficult.";
fDesc[6] = "customizable and allows you to select all the scene elements you wish to include, such as nebulae, galaxies, stars, supernova, moon, comets, clouds, planetary rings (smooth and particles), asteroids, and others.";
fDesc[8] = ", geocentric, and topocentric positions of the Sun, Moon, and planets in different coordinates and more.";
fDesc[9] = "astronomy. HandyAvi has a built-in movie viewer, movie editor and Meade telescope control system for astronomy users.";
fDesc[10] = "program uses the DE404 ephemeris (accurate for dates between 2000 B.C. and 6000 AD) for the calculation of planetary (except Pluto).";
fDesc[11] = "noticed that many wins occurred under certain \"shapes\" in a person's planetary transits impinging their natal planet positions. This software identifies lucky periods in your life based on a certain repeating shape in your daily planetary transits.";
fDesc[12] = "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.";
fDesc[14] = "your Dasha or planetary positions and also explains the effect of the same.";
fDesc[15] = "against missiles, multiple warhead rockets, cloaked starships, meteors, homing missiles and laser-armed satellites.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}