function Workshops() {
    document.getElementById("ps1").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}

function Seminars() {     
    document.getElementById("ps2").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}

function Programmes() {
    document.getElementById("ps3").style.backgroundColor = "#77b15d"; 
}

function Coaching() {
    document.getElementById("ps4").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}

function Advice() {
    document.getElementById("ps5").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}

function Conferences() {
    document.getElementById("ps6").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}

function Employee() {
    document.getElementById("ps7").style.backgroundColor = "#77b15d";       
    document.getElementById("ps3").style.backgroundColor = "#d6eef0"; 
}


function endMagic() {
    document.getElementById("ps1").style.backgroundColor = "#d6eef0";  
    document.getElementById("ps2").style.backgroundColor = "#d6eef0";
    document.getElementById("ps3").style.backgroundColor = "#77b15d";
    document.getElementById("ps4").style.backgroundColor = "#d6eef0";
    document.getElementById("ps5").style.backgroundColor = "#d6eef0";
    document.getElementById("ps6").style.backgroundColor = "#d6eef0";
    document.getElementById("ps7").style.backgroundColor = "#d6eef0";           
}



