﻿function mouseoverOsiris() {
    document.getElementById("osirisbutton").style.background = 'url(Images/osirisbtn2.png)';
    document.getElementById("osirisbutton").style.color = '#4d4b46';
}

function mouseoutOsiris() {
    document.getElementById("osirisbutton").style.background = 'url(Images/osirisbtn1.png)';
    document.getElementById("osirisbutton").style.color = '#ffffff';
}

function mousedownOsiris() {
    document.getElementById("osirisbutton").style.background = 'url(Images/osirisbtn3.png)';
    document.getElementById("osirisbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverParent() {
    document.getElementById("parentbutton").style.background = 'url(Images/parentlinebtn2.png)';
    document.getElementById("parentbutton").style.color = '#4d4b46';
}

function mouseoutParent() {
    document.getElementById("parentbutton").style.background = 'url(Images/parentlinebtn1.png)';
    document.getElementById("parentbutton").style.color = '#ffffff';
}

function mousedownParent() {
    document.getElementById("parentbutton").style.background = 'url(Images/parentlinebtn3.png)';
    document.getElementById("parentbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverTxt() {
    document.getElementById("txtbutton").style.background = 'url(Images/txtlinqbtn2.png)';
    document.getElementById("txtbutton").style.color = '#4d4b46';
}

function mouseoutTxt() {
    document.getElementById("txtbutton").style.background = 'url(Images/txtlinqbtn1.png)';
    document.getElementById("txtbutton").style.color = '#ffffff';
}

function mousedownTxt() {
    document.getElementById("txtbutton").style.background = 'url(Images/txtlinqbtn3.png)';
    document.getElementById("txtbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverCRM() {
    document.getElementById("crmbutton").style.background = 'url(Images/crmbtn2.png)';
    document.getElementById("crmbutton").style.color = '#4d4b46';
}

function mouseoutCRM() {
    document.getElementById("crmbutton").style.background = 'url(Images/crmbtn1.png)';
    document.getElementById("crmbutton").style.color = '#ffffff';
}

function mousedownCRM() {
    document.getElementById("crmbutton").style.background = 'url(Images/crmbtn3.png)';
    document.getElementById("crmbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverE() {
    document.getElementById("elearningbutton").style.background = 'url(Images/elearningbtn3.png)';
    document.getElementById("elearningbutton").style.color = '#4d4b46';
}

function mouseoutE() {
    document.getElementById("elearningbutton").style.background = 'url(Images/elearningbtn1.png)';
    document.getElementById("elearningbutton").style.color = '#ffffff';
}

function mousedownE() {
    document.getElementById("elearningbutton").style.background = 'url(Images/elearningbtn2.png)';
    document.getElementById("elearningbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseovertech() {
    document.getElementById("techbutton").style.background = 'url(Images/techfactorsbtn2.png)';
    document.getElementById("techbutton").style.color = '#4d4b46';
}

function mouseouttech() {
    document.getElementById("techbutton").style.background = 'url(Images/techfactorsbtn1.png)';
    document.getElementById("techbutton").style.color = '#ffffff';
}

function mousedowntech() {
    document.getElementById("techbutton").style.background = 'url(Images/techfactorsbtn3.png)';
    document.getElementById("techbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverboard() {
    document.getElementById("boardbutton").style.background = 'url(Images/boardbtn2.png)';
    document.getElementById("boardbutton").style.color = '#4d4b46';
}

function mouseoutboard() {
    document.getElementById("boardbutton").style.background = 'url(Images/boardbtn1.png)';
    document.getElementById("boardbutton").style.color = '#ffffff';
}

function mousedownboard() {
    document.getElementById("boardbutton").style.background = 'url(Images/boardbtn3.png)';
    document.getElementById("boardbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverabout() {
    document.getElementById("aboutbutton").style.background = 'url(Images/aboutbtn2.png)';
    document.getElementById("aboutbutton").style.color = '#4d4b46';
}

function mouseoutabout() {
    document.getElementById("aboutbutton").style.background = 'url(Images/aboutbtn1.png)';
    document.getElementById("aboutbutton").style.color = '#ffffff';
}

function mousedownabout() {
    document.getElementById("aboutbutton").style.background = 'url(Images/aboutbtn3.png)';
    document.getElementById("aboutbutton").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverreq1() {
    document.getElementById("reqbutton2").style.background = 'url(Images/req1b.png)';
    document.getElementById("reqbutton2").style.color = '#4d4b46';
}

function mouseoutreq1() {
    document.getElementById("reqbutton2").style.background = 'url(Images/req1a.png)';
    document.getElementById("reqbutton2").style.color = '#ffffff';
}

function mousedownreq1() {
    document.getElementById("reqbutton2").style.background = 'url(Images/req1c.png)';
    document.getElementById("reqbutton2").style.color = '#ffffff';
}

/*------------------------------------------------------------------------------------------------------*/

function mouseoverreq2() {
    document.getElementById("reqbutton3").style.background = 'url(Images/req2b.png)';
    document.getElementById("reqbutton3").style.color = '#4d4b46';
}

function mouseoutreq2() {
    document.getElementById("reqbutton3").style.background = 'url(Images/req2a.png)';
    document.getElementById("reqbutton3").style.color = '#ffffff';
}

function mousedownreq2() {
    document.getElementById("reqbutton3").style.background = 'url(Images/req2c.png)';
    document.getElementById("reqbutton3").style.color = '#ffffff';
}