//function Century Dyeingfunction showHideItems_ce(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_ce(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_ce(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_ce(myImage, state) {    if (state == "minus") 	{document.getElementById('myAnchor1').innerHTML = 'Close -';}    else {document.getElementById('myAnchor1').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor1_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor1_link').style.color = '#FFFFFF';}}//function Stewart McGuffie Chief Executivefunction showHideItems_sm(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_sm(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_sm(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_sm(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor2').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor2').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor2_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor2_link').style.color = '#FFFFFF';}}//function John Reed Managing Director - William Reedfunction showHideItems_jr(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_jr(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.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('myAnchor3').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor3').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor3_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor3_link').style.color = '#FFFFFF';}}//function Julian Russell Managing Director - Mayfield Yarnsfunction showHideItems_jru(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_jru(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_jru(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_jru(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor4').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor4').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor4_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor4_link').style.color = '#FFFFFF';}}//function Joanne Grace Group Finance Directorfunction showHideItems_jg(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_jg(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_jg(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_jg(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor5').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor5').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor5_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor5_link').style.color = '#FFFFFF';}}//function Texas Coating Developmentsfunction showHideItems_tcd(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_tcd(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_tcd(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_tcd(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor6').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor6').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor6_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor6_link').style.color = '#FFFFFF';}}//function IQ Textilesfunction showHideItems_iq(myItem, myButton){//this is the ID of the hidden itemvar myItem = document.getElementById(myItem);//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";        swapImage_iq(myButton,"plus");    }    else {        //items are currently hidden, so display them        myItem.style.display = "block";        swapImage_iq(myButton,"minus");    }}//function to swap an image based on its current statefunction swapImage_iq(myImage, state) {    if (state == "minus") {        document.getElementById('myAnchor7').innerHTML = 'Close -';    }    else {        document.getElementById('myAnchor7').innerHTML = 'Expand +';}    if (state == "minus") 	{document.getElementById('myAnchor7_link').style.color = '#E5A713';}    else {document.getElementById('myAnchor7_link').style.color = '#FFFFFF';}}
