// JavaScript Document

<!--

if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0,1, TransMenu.reference.bottomLeft);
var healthfitness = ms.addMenu(document.getElementById("healthfitness"));
	healthfitness.addItem("Fitness Centre Memberships", "/fitness-centre-memberships", "0");
	healthfitness.addItem("Physiotherapy", "/physiotherapy", "0");
	healthfitness.addItem("Personal Training", "/personal-training", "0");
	healthfitness.addItem("Pilates", "/pilates", "0");
	healthfitness.addItem("Group Fitness Sessions", "/group-fitness-sessions", "0");
	healthfitness.addItem("Specialist Programs", "/specialist-programs", "0");
	healthfitness.addItem("Massage", "/massage", "0");
	healthfitness.addItem("Psychology", "/psychology", "0");
	
var vocational = ms.addMenu(document.getElementById("vocational"));
	vocational.addItem("Overview", "/vocational-rehabilitation", "0");
	vocational.addItem("Pain Management Program", "/pain-management-program", "0");
	vocational.addItem("E-Referral", "/e-referral", "0");
	
var whoarewe = ms.addMenu(document.getElementById("whoarewe"));
	whoarewe.addItem("Overview", "/about-artius-health-care", "0");
	whoarewe.addItem("Our Team", "/our-team", "0");

function init73() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("menu7385").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu7385").onmouseout = function() { this.className = ""; }
wedding.onactivate = function() {document.getElementById("wedding").className = "hover"; };
 wedding.ondeactivate = function() {document.getElementById("wedding").className = ""; };
 wedding.onactivate = function() {document.getElementById("commercial").className = "hover"; };
 wedding.ondeactivate = function() {document.getElementById("commercial").className = ""; };
 document.getElementById("menu7362").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu7348").onmouseout = function() { this.className = ""; }
menu7336.onactivate = function() {document.getElementById("menu7336").className = "hover"; };
 menu7336.ondeactivate = function() {document.getElementById("menu7336").className = ""; };
 }}
TransMenu.spacerGif = "/images/spacers/x.gif";
TransMenu.sub_indicator = true; 
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.modid = 73;
TransMenu.selecthack = 1;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init73, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init73 );
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init73();
}
}else
window.onload = init73();
}
}
//-->
