var fDesc=new Array(); fDesc[1] = "into his Ball of Mystics just for you! Just enter your question when prompted and the Guru will peer deep into his ball for the answers you seek."; 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] = "Wilhem text and a pragmatic interpretation targeted to diary life. Answers can be stored."; fDesc[5] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world."; fDesc[6] = "software. This program gives you an accurate tarot reading, helps you learn tarot card meanings with glossary"; fDesc[7] = "tool can be used to bring about clarity and inspiration in you spiritual thinking."; fDesc[8] = "definitions related to Astrology, Tarot, Runes, Psychic, Numerology and Dream Interpretations."; fDesc[9] = "meanings of different spreads, decks, cards, symbols and other esoteric meanings."; fDesc[10] = "The software also helps you improve your intuitive skills, making you more sensitive to the unexplored psychic realms."; fDesc[11] = "different rune stones, spreads, and other esoteric meanings."; fDesc[12] = "can develop their own decks or spreads."; fDesc[13] = "software with a simple to use interface. The program is designed to predict your fortune for a particular day."; fDesc[14] = "Domino Oracle is an interesting software with a simple to use interface."; fDesc[15] = "popular forms of Kabbalah mysticism namely kabbalah astrology, kabbalah numerology and kabbalah tarot."; 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 = '...'; } }