﻿function HighlightExplorerg(){
document.getElementById("explorerbut").style.backgroundColor="#151E5D";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("brigaderbut").style.backgroundColor="#7DA7D8";
document.getElementById("explorerbut").style.color="#FFFFFF";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("seniorbut").style.color="#000000";
document.getElementById("brigaderbut").style.color="#000000";
}

function HighlightJuniorg(){
document.getElementById("explorerbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#151E5D";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("brigaderbut").style.backgroundColor="#7DA7D8";
document.getElementById("explorerbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#FFFFFF";
document.getElementById("seniorbut").style.color="#000000";
document.getElementById("brigaderbut").style.color="#000000";
}

function HighlightSeniorg(){
document.getElementById("explorerbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#151E5D";
document.getElementById("brigaderbut").style.backgroundColor="#7DA7D8";
document.getElementById("explorerbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("seniorbut").style.color="#FFFFFF";
document.getElementById("brigaderbut").style.color="#000000";
}

function HighlightBrigaderg(){
document.getElementById("explorerbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("brigaderbut").style.backgroundColor="#151E5D";
document.getElementById("explorerbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("seniorbut").style.color="#000000";
document.getElementById("brigaderbut").style.color="#FFFFFF";
}

function ShowExplorerg(){
document.getElementById("explorerg").style.display="block";
document.getElementById("juniorg").style.display="none";
document.getElementById("seniorg").style.display="none";
document.getElementById("brigaderg").style.display="none";
HighlightExplorerg();
}

function ShowJuniorg(){
document.getElementById("explorerg").style.display="none";
document.getElementById("juniorg").style.display="block";
document.getElementById("seniorg").style.display="none";
document.getElementById("brigaderg").style.display="none";
HighlightJuniorg();
}

function ShowSeniorg(){
document.getElementById("explorerg").style.display="none";
document.getElementById("juniorg").style.display="none";
document.getElementById("seniorg").style.display="block";
document.getElementById("brigaderg").style.display="none";
HighlightSeniorg();
}

function ShowBrigaderg(){
document.getElementById("explorerg").style.display="none";
document.getElementById("juniorg").style.display="none";
document.getElementById("seniorg").style.display="none";
document.getElementById("brigaderg").style.display="block";
HighlightBrigaderg();
}

function HighlightAnchorb(){
document.getElementById("anchorbut").style.backgroundColor="#151E5D";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("companybut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("anchorbut").style.color="#FFFFFF";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("companybut").style.color="#000000";
document.getElementById("seniorbut").style.color="#000000";
}

function HighlightJuniorb(){
document.getElementById("anchorbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#151E5D";
document.getElementById("companybut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("anchorbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#FFFFFF";
document.getElementById("companybut").style.color="#000000";
document.getElementById("seniorbut").style.color="#000000";
}

function HighlightCompanyb(){
document.getElementById("anchorbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("companybut").style.backgroundColor="#151E5D";
document.getElementById("seniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("anchorbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("companybut").style.color="#FFFFFF";
document.getElementById("seniorbut").style.color="#000000";
}

function HighlightSeniorb(){
document.getElementById("anchorbut").style.backgroundColor="#7DA7D8";
document.getElementById("juniorbut").style.backgroundColor="#7DA7D8";
document.getElementById("companybut").style.backgroundColor="#7DA7D8";
document.getElementById("seniorbut").style.backgroundColor="#151E5D";
document.getElementById("anchorbut").style.color="#000000";
document.getElementById("juniorbut").style.color="#000000";
document.getElementById("companybut").style.color="#000000";
document.getElementById("seniorbut").style.color="#FFFFFF";
}

function ShowAnchorb(){
document.getElementById("anchorb").style.display="block";
document.getElementById("juniorb").style.display="none";
document.getElementById("companyb").style.display="none";
document.getElementById("seniorb").style.display="none";
HighlightAnchorb();
}

function ShowJuniorb(){
document.getElementById("anchorb").style.display="none";
document.getElementById("juniorb").style.display="block";
document.getElementById("companyb").style.display="none";
document.getElementById("seniorb").style.display="none";
HighlightJuniorb();
}

function ShowCompanyb(){
document.getElementById("anchorb").style.display="none";
document.getElementById("juniorb").style.display="none";
document.getElementById("companyb").style.display="block";
document.getElementById("seniorb").style.display="none";
HighlightCompanyb();
}

function ShowSeniorb(){
document.getElementById("anchorb").style.display="none";
document.getElementById("juniorb").style.display="none";
document.getElementById("companyb").style.display="none";
document.getElementById("seniorb").style.display="block";
HighlightSeniorb();
}

window.onload = function(){
//site = "www.1stashgreenbb.org.uk";
site = window.location.host;
switch(site)
{
case "1stashgreenbb.org.uk":
case "www.1stashgreenbb.org.uk":
document.getElementById("juniorb").style.display="none";
document.getElementById("companyb").style.display="none";
document.getElementById("seniorb").style.display="none";
HighlightAnchorb();
break;
case "1stashgreengb.org.uk":
case "www.1stashgreengb.org.uk":
document.getElementById("juniorg").style.display="none";
document.getElementById("seniorg").style.display="none";
document.getElementById("brigaderg").style.display="none";
HighlightExplorerg();
break;
default:
break;
}
  el = document.getElementsByTagName("a");
  for (var i=0; i<el.length; i++){
    if (el[i].rel=="ext") {
      el[i].onclick = function () {
        return !window.open(this.href);
      }
    }
  }
}
