var fDesc=new Array(); fDesc[1] = "the game progresses, you realize you have supernatural powers that will assist you in the game and in the storyline. It is a very entertaining and innovative game, and its recommended for all adventure fans."; fDesc[2] = ", emotional and intellectual cycles. These cycles help a person understand how his body functions."; fDesc[3] = "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[4] = "software. This program gives you an accurate tarot reading, helps you learn tarot card meanings with glossary"; fDesc[5] = "The software also helps you improve your intuitive skills, making you more sensitive to the unexplored psychic realms."; fDesc[6] = "design their own custom-made tarot decks / spreads and share it with other like-minded people."; 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 = '...'; } }