/* script for swapping text blocks */

function appearDisappear(show,hide) {

document.getElementById(show).style.display='block';
document.getElementById(hide).style.display='none';
}

function newTherapy(dest,therapyId){
	//must be an easier way to do this but here it is
	var myDiv = document.getElementById('specBox'); 
	var myTherapy=document.getElementById(therapyId);
	
	switch(therapyId){
	case "kaballistic":
		myDiv.innerHTML="<div id=\"kaballistic\"><h3>Kabbalistic Healing Therapy</h3><p><strong>Kabbalistic Healing Therapy</strong> includes meditation, prayer and techniques that utilize the ancient teachings of the Kabbalah. </p><p>This is the spiritual component of a healing session and is seamlessly integrated with the other therapies I use.  If appropriate,  the client can be shown how to use meditation and prayer for self help.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
		
	case "cranio":
		myDiv.innerHTML="<div id=\"cranio\"><h3>CranioSacral Therapy</h3><p><strong>CranioSacral Therapy</strong> is a gentle method of detection and correction that encourages your own natural healing mechanisms to dissipate the negative effects of stress on your central nervous system. </p><p>Craniosacral Therapy is performed on a person fully clothed and I use a light touch---generally no more than the weight of a nickel.  Because this therapy balances the central nervous system, it is possible that 70% of all illness, pain and dysfunction can be alleviated.</p>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		
		break;

	case "polarity":
		myDiv.innerHTML="<div id=\"polarity\"><h3>Polarity Therapy</h3><p><strong>Polarity Therapy</strong> is a blend of Ayurvedic and Western philosophies and utilizes the elemental principles of earth, water, fire, air and ether in treatment protocols. </p><p> In Polarity Therapy, the body is structured with positive, negative and neutral charges that get disconnected through trauma that can be physical, emotional or spiritual in nature.  Polarity Therapy seeks to re-establish the connections.  It is a science that works with the person instead of the symptoms. </p><p> Polarity Therapy is a science that understands the body as energy and works with the healing power of life force energy.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
		
	case "sound":
		myDiv.innerHTML="<div id=\"sound\"><h3>Sound Acupressure</h3><p><strong>Healing with sound</strong> is an ancient practice extending back to many cultures.  Sound is vibration and all matter in its most basic form is vibration.  Sound holds form together.  </p><p>Imagine the body is a musical instrument and the strings of the instrument are the acupuncture meridians.  To &quot;tune&quot; the body, I utilize precision calibrated tuning forks that produce pure tones and harmonics.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";		
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
	
	case "reiki":
		myDiv.innerHTML="<div id=\"reiki\"><h3>Reiki</h3><p><strong>Reiki</strong> is a gentle, non-invasive, ancient form of natural healing. I place my hands on the recipient’s clothed body, moving the hands every few minutes.</p><p> It is a form of energy work that works on the physical, etheric, and subtle bodies by restoring and balancing the natural life force energy within the body.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";		
		break;
	
	case "thai":
		myDiv.innerHTML="<div id=\"thai\"><h3>Thai Medical Massage</h3><p>Although physical in nature, the purpose of <strong>Thai Medical Massage</strong> is to release restrictions along the Sen Lines (Thai meridians) allowing energy to flow freely. </p><p> Thai Medical Massage uses point pressure, stretching and compression and is applied slowly in a rhythmic movement of gentle rocking.  This massage is performed fully clothed on a floor mat.  </p><p>Thai massage has been used for centuries by Thai monks to assist them in achieving a higher state of spirituality.  Thai massage addresses body areas that normally cannot be reached in a typical Western massage. I am a certified Thai Massage Facilitator.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";		
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
	
	case "reikiThai":
		myDiv.innerHTML="<div id=\"reikiThai\"><h3>ReikiThai Therapy</h3><p><strong>ReikiThai Therapy</strong> is a combination of Reiki (an energy based healing modality) and Thai Massage (a physical balancing modality).  When combined in a session, the receiver experiences a greater sense of well-being, balance and a powerful healing.  This combination allows me to work more subtly, thus the experience is more comfortable than traditional Thai Massage.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";		
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
	
	case "train":
		myDiv.innerHTML="<div id=\"train\"><h3>Training</h3><p><strong>Training</strong> is available for <strong>Reiki</strong> or <strong>Thai Medical Massage</strong>.  Class size is limited to make sure you get the best training possible. </p><p> Level One Thai Medical Massage is a 20-hour course with 20 CEU’s given.</p>  <p>Contact <a href=\"mailto:fred@humblehealer.com\">me at Fred@HumbleHealer.com</a> for next class dates, times, and prices for <strong>Reiki</strong> or <strong>Thai Medical Massage</strong> training.</p></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/bluebg2.gif\")";
		myDiv.style.backgroundRepeat="repeat";
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;

		
	default:
		myDiv.innerHTML="<div id=\"benf\"><h2>Benefits</h2><ul><li>Pain Relief</li><li>Stress Reduction</li><li>Eliminate Headaches</li><li>Insomnia</li><li>Anxiety</li><li>Increase Athletic Performance</li><li>Acute/Chronic Conditions</li><li>Physical Issues</li><li>Emotional Issues</li><li>Spiritual Issues</li><li>Improved Sense of Well Being</li></ul></div>";
		myDiv.style.display="block";
		myDiv.style.backgroundColor="#FFF";
		myDiv.style.backgroundImage="url(\"images/waterMark.jpg\")"; 
		myDiv.style.backgroundRepeat="no-repeat";
		myDiv.style.backgroundPosition="center center";
		myDiv.style.border="2px solid #E3E0EE";
		myDiv.style.height="296px";
		break;
	}	
		
}
