var fDesc=new Array();
fDesc[0] = "Unlike absolute majority witchcraft sources, eWicca contains complete wicca rituals with audio and visual stimulations, and explicit, real-time instructions on how and when to act.
- Specially selected Wicca rituals for health, prosperity, relationships, etc.;
- All required ceremonies to prepare for rituals: mind preparation, energy, space consecration, goal visualization, salt cleansing, empowering potion, etc;
- Book of Shadows to record and perform own rituals;
- Utilities to select the best time for ritual depending on moon phase and biorhythm cycle, to calculate word or date numeric values, to plan rituals and record own development;";
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 = '';
}
}