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] = "Parashara system. It also includes elements of the Systems Approach (SA) to Indian Astrology by Professor V.K. Choudhry of New Delhi. To build an horoscope, you´ll need to fill the Chart Data, pressing over the File and then the New option.";
fDesc[3] = "It is based on the rashi-based calculations, according to the Vedic Astrology that focuses in the study of the specifics of the different planets relative to the Zodiac Signs and the possible influences of the Planets on the life of an individual.";
fDesc[4] = "an issue then. Here is the perfect solution to your astrological requirements in Indian style astrology which is the oldest one in the world.";
fDesc[5] = "platform for astrology is primarily based on the scriptures of Kalyana Varma, who is an illustrious author of classic Vedic astrology including titles like Saravali.";
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] = "type basic person's or couple's information like birth date, hour and place, and the program would create a comprehensive report on the person's horoscope or the couple's compatibility.";
fDesc[8] = "environment which uses multiple document interfaces for its working. Multiple windows can be opened, resized and manipulated without any interference caused to the other programs running.";
fDesc[9] = "and it works just like an Astrology Encyclopedia, including all the facilities of Dasa Bhukthi analysis for all the divisional charts, which makes it very handy and useful for researchers, novices and astrology experts.";
fDesc[10] = "them, to store them in a Data Base and to navigate in this Astrology Oriented Data Base.";
fDesc[11] = "JyothishaDeepthiPancha ngam is the best astrology software available if you are into Indian astrology. Jyotshia is the Hindu system of astrology. It is very much complex and different from the western systems. This is the oldest system, dating back to thousands of years ago.";
fDesc[12] = ", Muhurta, Janam Kundali, as well as other Vedic astrological divisional charts. The application is capable of forecasting all the important incidents and possible opportunities that may arise in the life of an individual, including the charts in the North, South and East Indian Styles.";
fDesc[13] = "couple and their possibilities of establishing a succesful long-term relationship according to the principles of Vedic astrology.";
fDesc[14] = "sign from your date of birth. This program gives you a detailed interpretation of the Tibetan Sun Sign and the Tibetan Animal Sign. Moreover, it helps you understand your personality and improve yourself for the better. In Tibet, astrology is considered to be one of the five traditional sciences. Tibetan Astrology originated around 1000 years ago and it has its roots in several other traditions: Indian, Chinese, Buddhism and even the local Bon religion. This form of astrology can broadly be divided into two parts: the ‘Naktsi’ and the ‘Kartsi’ astrology. The ‘Naktsi’ astrology has its origin in Chinese astrology; whereas the ‘Kartsi’ astrology has its origin in Indian or Western astrology.";
fDesc[15] = "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.";
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 = '...';
}
}