var fDesc=new Array(); fDesc[0] = "MB Free Tarot Dictionary is an extensive collection of words related to the tarot methodology of divination. This includes the meanings of different spreads, decks, cards, symbols and other esoteric meanings. All terms have been clearly explained in simple language thus making it a useful resource for novices as well as experts. This FREE online tarot dictionary is a very useful guide for easy and immediate reference. This explains the basics thus making tarot an interesting topic of discussion. This is the ultimate glossary for everything related to the realm of tarot reading."; 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 = ''; } }