//function Kyle Smalleyfunction showHideItems_ks(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_ks(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_ks(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_ks(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor1').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor1').innerHTML = 'Click here for more information on Kyle Smalley';}
}



//function Guy Smalleyfunction showHideItems_gs(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_gs(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_gs(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_gs(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Guy Smalley';}
}


//function Ian Hunterfunction showHideItems_ih(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_ih(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_ih(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_ih(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Ian Hunter';}
}



//function James Robinsonfunction showHideItems_jr(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_jr(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_jr(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_jr(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on James Robinson';}
}



//function Sales Blankfunction showHideItems_sb(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_sb(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_sb(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_sb(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Sales Blank';}
}



//function Darren Lileyfunction showHideItems_dl(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_dl(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_dl(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_dl(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Darren Liley';}
}



//function Lucy Spinks-Palladinofunction showHideItems_lsp(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_lsp(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_lsp(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_lsp(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Lucy Spinks-Palladino';}
}



//function Julie Smalleyfunction showHideItems_js(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_js(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_js(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_js(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Julie Smalley';}
}



//function Haley Deightonfunction showHideItems_hd(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_hd(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_hd(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_hd(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Haley Deighton';}
}



//function Lucy Hunterfunction showHideItems_lh(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_lh(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_lh(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_lh(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Lucy Hunter';}
}


//function Adam Smalleyfunction showHideItems_as(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_as(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_as(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_as(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Adam Smalley';}
}



//function Max Smalleyfunction showHideItems_ms(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_ms(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_ms(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_ms(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Max Smalley';}
}



//function Customer Services
function showHideItems_cs(myItem, myImage, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);

//this is the ID of the hidden itemvar myImage = document.getElementById(myImage);
//this is the ID of the plus/minus button imagevar myButton = document.getElementById(myButton);    if (myItem.style.display != "none") {        //items are currently displayed, so hide them        myItem.style.display = "none";
        myImage.style.display = "none";        swapImage_cs(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";
 		myImage.style.display = "block";        swapImage_cs(myButton,"minus");    }}

//function to swap an image based on its current state
function swapImage_cs(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close details';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Click here for more information on Customer Services';}
}



