<!--
function getObj(name)
{
  if (document.getElementById)
  {
  	this.obj = document.getElementById(name);
	this.style = document.getElementById(name).style;
  }
  else if (document.all)
  {
	this.obj = document.all[name];
	this.style = document.all[name].style;
  }
  else if (document.layers)
  {
   	this.obj = document.layers[name];
   	this.style = document.layers[name];
  }
}

var url=new Array();
url["home"]="img/roll/home.jpg";
url["podiatry"]="img/roll/podiatry.jpg";
url["physio"]="img/roll/physio2.jpg";
url["acupuncture"]="img/roll/acupuncture.jpg";
url["Reiki"]="img/roll/reik.jpg";
url["homeopathy"]="img/roll/homeopathy.jpg";
url["massage"]="img/roll/massage.jpg";
url["counselling"]="img/roll/maxwax.jpg";
url["maxwax"]="img/roll/maxwax.jpg";
url["contact"]="img/roll/contact.jpg";
url["download"]="img/roll/download.jpg";
url["aftercare"]="img/roll/aftercare.jpg";
url["info"]="img/roll/info.jpg";
url["promotions"]="img/roll/promotions.jpg";
url["oste_bac"]="img/roll/oste_bac.jpg";
url["ostphys"]="img/roll/ostphys.jpg";
url["pod_yasmin"]="img/roll/pod_yasmin.jpg";
url["pod_gavin"]="img/roll/podiatry.jpg";
url["pod_jason"]="img/roll/pod_jason.jpg";
url["pod_david"]="img/roll/pod_david.jpg";
url["physio_ann"]="img/roll/physio_ann.jpg";
url["physio_sharlene"]="img/roll/physio_sharlene.jpg";
url["physio_ellie"]="img/roll/physio_ellie.jpg";
url["physio_gemma"]="img/roll/physio_gemma.jpg";
url["physio_ostphys"]="img/roll/ostphys.jpg";
url["physio_suzanne"]="img/roll/physio_suzanne.jpeg"; 
url["acu_doctor"]="img/roll/acupuncture.jpg";
url["counsel_doc"]="img/roll/counsel_doc.jpg";
url["counsel_massage"]="img/roll/counsel_massage.jpg";
url["counsel_waxing"]="img/roll/counsel_waxing.jpg";

url["hom_mark"]="img/roll/hom_mark.jpg";
url["ther_noeleen"]="img/roll/hom_mark.jpg";
url["ther_francine"]="img/roll/ther_francine.jpg";
url["ther_michelle"]="img/roll/ther_michelle.jpg";
url["ther_georgia"]="img/roll/ther_georgia.jpg";
url["osteo_ismet"]="img/roll/osteo_ismet.jpg";


function swap(rolloverimg){
try{
	var imgHolder = new getObj("pageimage");
	imgHolder.obj.src = url[rolloverimg]; 
	}
	catch(er){}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
	