// JavaScript Document - QUA LEFT NAVIGATION - Treaments

var subSection = window.location.pathname;



if (subSection.indexOf("overview") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/our-spa-overview.html\">Overview<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/our-spa-overview.html\">Overview<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}

if (subSection.indexOf("philosophy") != -1) {
	document.write("<a class=\"navOn\" href=\"\/qua\/our-spa-philosophy.html\">Philosophy<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
} else {
	document.write("<a href=\"\/qua\/our-spa-philosophy.html\">Philosophy<\/a><br><img src=\"/images/qua/spacer.gif\" height=\"10px\" width=\"10\"><br>");
}



	



