var fDesc=new Array();
fDesc[1] = "solution for calculating the numerical significance of the alphabet. Numerology Calculator 3.4 is based on the two widely used techniques, The Chaldean and the Pythagorean systems of numerology.";
fDesc[2] = "detailed charts. Learn more about yourself, your romantic relationships & the influences that will affect you during any one year period.";
fDesc[3] = "to make analysis for yourself, friends and family. Numerological analysis is not limited only to personal names and birthdays. It can be used also for the analysis of a company name, date of the establishment of a company, for a date and the name of a special event or occasion... Program is based on Chaldean Numerology. Features: NAME numerology Calculation of KEY and SUBKEY for a given date Description of basic and compound numbers (up to number 52) Automatic matching/harmony analysis between KEYs and NAME Table of matching/harmonic numbers Full Numerological Reports that can be e-mailed or printed. (a click on MATCHING tab copies whole report to clipboard)";
fDesc[4] = "numbers that affect your life. Master Numerology bases on your birth date and your full name to analyze your personality and report the results to you.";
fDesc[5] = "comprehensive report which includes the lifepath number, destiny number & other important numbers.";
fDesc[6] = "your life and the solar planets. Having analized your personality and received some predictions, you can benefit from future opportunities and be ready for any threats.";
fDesc[7] = "metaphysical areas like Numerology, Healing, Meditation, Chakra, OBE, Charging Water and Crystals, and Plant Growth, for example. The program allows you to study and create tones and tone frequencies that can assist in clearing thoughts.";
fDesc[8] = "software.The numerology reading gives an insight to your personality. The dictionary gives meanings of words related to numeorlogy.";
fDesc[9] = "This software can also be used by unmarried couples to decide the marriage date based on numerology.";
fDesc[10] = "an insight to any relationship and helps analyze the similarity and differences between couples.";
fDesc[11] = "numerology. It is an advanced yet simple and handy program that helps you to understand the significance of the effect of different numbers.";
fDesc[12] = "number, Money Number, Lucky Color and the Health Number and thus, gives a detailed kabbalah influence over your one's life.";
fDesc[13] = "predicts the situations you may face in the future, thus preparing you for the worst.";
fDesc[14] = "Tarot card associated with your life path number and destiny number and also tells you your lucky day, stones and color.";
fDesc[15] = "significance of the different calculations used in numerology to understand the personality of a person as well as the significance.";
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 = '...';
}
}