// JavaScript Document - QUA LEFT NAVIGATION - Treaments

var subSection = window.location.pathname;

if (subSection.indexOf("hourglass") != -1) {
document.write("<a class=\"navOn\" href=\"\/qua\/treatments-hourglass.html\">Signature Hourglass Treatment<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
document.write("<a href=\"\/qua\/treatments-hourglass.html\">Signature Hourglass Treatment<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");		
}

if (subSection.indexOf("crystal") != -1) {
document.write("<a class=\"navOn\" href=\"\/qua\/treatments-crystal-body-art.html\">Crystal Body Art Room<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
document.write("<a href=\"\/qua\/treatments-crystal-body-art.html\">Crystal Body Art Room<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");		
}

if (subSection.indexOf("wellness") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-wellness-series.html\">Wellness Series<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-wellness-series.html\">Wellness Series<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("massage") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-massage-selections.html\">Massage Selection<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-massage-selections.html\">Massage Selection<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("body-treatments") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-body-treatments.html\">Body Rituals<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-body-treatments.html\">Body Rituals<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("vichy") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-vichy-showers.html\">Under the Vichy Showers<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-vichy-showers.html\">Under the Vichy Showers<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("mens") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-mens.html\">Men\'s Zone<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-mens.html\">Men\'s Zone<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("prenatal") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-prenatal-services.html\">Prenatal Services<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-prenatal-services.html\">Prenatal Services<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("couples") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-couples.html\">Couple\'s Rituals<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-couples.html\">Couple\'s Rituals<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("facial") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-facial-care.html\">Facial Care<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/treatments-facial-care.html\">Facial Care<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}


if (subSection.indexOf("hydrotherapy") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/treatments-hydrotherapy-collection.html\">Hydrotherapy Collection<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");	
} else {
	document.write("<a href=\"\/qua\/treatments-hydrotherapy-collection.html\">Hydrotherapy Collection<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}