var fDesc=new Array();
fDesc[0] = "Termed as the Royal Path of Life, Tarot is a highly popular system of divination. Its mystic knowledge enables the earnest enquirer to decipher the divine intentions in a subtle manner.
It guides you as a true friend, and protects you as a guardian.
Developed for the first time in India, it covers all known types of Tarot card spreads – which cannot be obtained from a single source (either textbook or software CD). In addition, it provides the Overall Conclusion for every spread – which no foreign software offers.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}