var fDesc=new Array();
fDesc[1] = "father, cause she sees dead people. She has real psychic powers. With them, he can help her uncle, a police inspector, to solve some murder cases. You will control inspector, who must collect the clues and avoid evil Dr. Fraud to fry Rose“s brain.";
fDesc[4] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world.";
fDesc[6] = ", emotional and intellectual cycles. These cycles help a person understand how his body functions.";
fDesc[7] = "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[8] = "definitions related to Astrology, Tarot, Runes, Psychic, Numerology and Dream Interpretations.";
fDesc[10] = "tool can be used to bring about clarity and inspiration in you spiritual thinking.";
fDesc[12] = "to the psychic and paranormal world. This glossary describes basics as well as the definitions for psychic terms.";
fDesc[14] = "only make your intuitive powers stronger, but also make you more sensitive to the spiritual world.";
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 = '...';
}
}