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[5] = "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[6] = "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[7] = "result-oriented solutions. Lal Kitab Explorer has the complete set of charts as in the Lal Kitab itself.";
fDesc[8] = "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[9] = "Ashtakavarga with transit Kakshyas, Shadbal, Panchang, Yogi point, Daghda Rashis, outer planets, Special Ascendants, Gulika, Ishta/Kashta, Rashmis, Horas and many more.";
fDesc[10] = "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[11] = "Windows program that produces a suitable-for-framing , personalized insight into anyone's birthday. The full color printout supports its ow...";
fDesc[12] = "you a detailed interpretation of the day sign you belong to as per the astrological culture of Indonesia.";
fDesc[13] = "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[14] = "related to activity based on the calculations of Vedic principles. It is an advanced software based on the concept of Hindu astrology.";
fDesc[15] = "the calculations of Vedic principles. It is an advanced yet handy software based on the concept of Hindu astrology.";
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 = '...';
}
}