var fDesc=new Array(); fDesc[0] = "Mind concentration and meditation.
Fire Meditation. Relax and get comfortable Close your eyes and take three deep breaths. Mental Concentration Technique. The fire element heats, burns, and transforms. It can also be powerfully focused to a pinpoint, like a laser beam. It is this inner fire that once activated can help you make decisions about your life from a place of power, commitment, and completeness. This fire needs to be ignited and focused to strengthen and sharpen us, so we can stand by our choices."; 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 = ''; } }