var fDesc=new Array();
fDesc[1] = "the Manglik Dosh.Just type Name,Birth-date,Birthp lace,Birth-time of the girl and the boy and Kundli will automatically tell the user whether the marriage is valid or invalid";
fDesc[2] = "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[3] = ", Horoscopes, marriage match making, yearly progressed horoscope, birth charts, planetary transits and a host of other features. Available in 7 languages.";
fDesc[4] = "nearest location to the sea. You can generate several types of graphs, like realtime, overview, and clock. Moreover, you can get text output, like a calendar, predictions or daily reports.";
fDesc[5] = "details. Tracks teams, players and referee stats. Generates statistics tables, result prediction. Includes a Web site creation feature.";
fDesc[6] = "comprehensive charts, and vital predictions, under various Kundali styles right from south Indian, north Indian, down to east Indian styles, and analyses auspicious and inauspicious timings for various occasions for an individual user.";
fDesc[7] = "results of included lotteries based on mathematical calculations. It has a very simple interface and maintains the list of drawings with dependence on online updates and downloads for processing. It comes with a list of 100 lotteries and allows additions to the list.";
fDesc[8] = "location of various planets at the instant when a particular individual was born. The application primarily generates a rashi chart of an individual in various styles like North and South Indian, and these charts can be used for expert analysis for making accurate predictions.";
fDesc[9] = "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[10] = "internet plus view live solar images and get ISS and satellite pass predictions for your location.";
fDesc[11] = "you a wide variety of pool configurations and options. The \"Easy Pool Setup\" feature makes it easy to setup your pool.";
fDesc[12] = "Astrology is the study of the position of the sun, moon, planets and the stars at you birth time. Astrology deals with the affect of these positions on your life.";
fDesc[13] = "large database of US and worldwide locations. It graphs its predictions and even animates them. In comparison tests, Tides' predictions are in good ...";
fDesc[14] = "basic nature, on the basis of date of birth. The application makes highly accurate descriptions about the characteristics of the person ruled over by the birds of Tamil Astrology namely Vulture, Owl, Crow, Cock, and the Peacock.";
fDesc[15] = "leagues. Stats are fully configurable and apply to all leagues, teams, players, referrees, predictions. Available in English, French and Spanish.";
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 = '...';
}
}