var fDesc=new Array();
fDesc[1] = ", Pinochle, Hearts, Spades, Bridge, Spites & Malice, Rummy 500, Cribbage, Canasta, Gin, Poker, Solitaire, Crazy Eights, Memory Match, Old Maid, Go Fish and War.";
fDesc[3] = "usually a set of seventy-eight cards. It was quickly adopted as the tool for divination, and is popularized by many occult societies. Don’t worry if you are unaware about anything like divination. The program is quite descriptive. Just enter your question and click the button to see the result.";
fDesc[4] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world.";
fDesc[5] = "born, but do not know it. MB Free Psychic Test Software is a very unusual program designed to help you test those psychic abilities that you might have. This program will strengthen your intuitive powers and will also make you more aware of and sensitive to the spiritual world.";
fDesc[6] = "program uses the Ride Waite Deck, as this is the deck preferred by most beginners.The program also includes a Goal Reminder.";
fDesc[7] = "software. This program gives you an accurate tarot reading, helps you learn tarot card meanings with glossary";
fDesc[8] = "meanings of different spreads, decks, cards, symbols and other esoteric meanings.";
fDesc[9] = "forms of Oracles when they need some sort of guidance in their life. Try our Tarot,I Ching, Runes and Yes/No package.";
fDesc[10] = "design their own custom-made tarot decks / spreads and share it with other like-minded people.";
fDesc[11] = "Tarot card associated with your life path number and destiny number and also tells you your lucky day, stones and color.";
fDesc[13] = "Tarot card associated with your Sun Sign and Ruling Planet and also the Tarot suit related to your Element.";
fDesc[14] = "software, not only gives you free readings but also helps users and beginners understand the basics of tarot card reading.";
fDesc[15] = "the other 56 Minor Arcana cards are only available in the registered version).Change7 Tarot includes different card layouts.";
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 = '...';
}
}