
//  Highlights left sidebar service areas in response to campaign rollover. Targets multiple ids.
//  http://programming.top54u.com/post/Javascript-Code-to-Change-Text-Color-of-HTML-elements.aspx


function vicor()
        {
           document.getElementById('video').style.color = 'white';
           document.getElementById('printads').style.color = 'white';
           document.getElementById('printcollateral').style.color = 'white';
           document.getElementById('websites').style.color = 'white';
        }
		
function exa()
        {
           document.getElementById('logos').style.color = 'white';
           document.getElementById('printads').style.color = 'white';
           document.getElementById('websites').style.color = 'white';
		}	
		
function pancheros()
        {
           document.getElementById('packaging').style.color = 'white';
        }
		
function citylaundering()
        {
           document.getElementById('printcollateral').style.color = 'white';
           document.getElementById('printads').style.color = 'white';
        }				
function stlukes()
        {
           document.getElementById('printads').style.color = 'white';
           document.getElementById('billboards').style.color = 'white';
		   document.getElementById('tv').style.color = 'white';
        }
		
function ifsb()
        {
           document.getElementById('billboards').style.color = 'white';
		   document.getElementById('printads').style.color = 'white';
        }

function crst()
        {
           document.getElementById('displays').style.color = 'white';
        }

function woodharbor()
        {
           document.getElementById('directmail').style.color = 'white';
           document.getElementById('displays').style.color = 'white';
           document.getElementById('printcollateral').style.color = 'white';
           document.getElementById('websites').style.color = 'white';
        }

function surgery()
        {
           document.getElementById('displays').style.color = 'white';
           document.getElementById('billboards').style.color = 'white';
           document.getElementById('tv').style.color = 'white';
        }

function mw1()
        {
           document.getElementById('video').style.color = 'white';
           document.getElementById('printads').style.color = 'white';
           document.getElementById('tv').style.color = 'white';
        }

function hmf()
        {
           document.getElementById('packaging').style.color = 'white';
           document.getElementById('websites').style.color = 'white';
        }
function lmsf()
        {
           document.getElementById('video').style.color = 'white';
           document.getElementById('printcollateral').style.color = 'white';
        }
function bankerstrust()
        {
           document.getElementById('billboards').style.color = 'white';
           document.getElementById('printads').style.color = 'white';
        }
function taxact()
        {
           document.getElementById('tv').style.color = 'white';
        }
function ich()
        {
           document.getElementById('logos').style.color = 'white';
           document.getElementById('printcollateral').style.color = 'white';
        }
function methwick()
        {
           document.getElementById('directmail').style.color = 'white';
           document.getElementById('displays').style.color = 'white';
           document.getElementById('billboards').style.color = 'white';
           document.getElementById('printcollateral').style.color = 'white';
           document.getElementById('websites').style.color = 'white';
           document.getElementById('displays').style.color = 'white';
        }

function clearme()
        {
           document.getElementById('video').style.color = '#c16973';
           document.getElementById('logos').style.color = '#c16973';
           document.getElementById('directmail').style.color = '#c16973';
           document.getElementById('displays').style.color = '#c16973';
           document.getElementById('billboards').style.color = '#c16973';
           document.getElementById('packaging').style.color = '#c16973';
           document.getElementById('printads').style.color = '#c16973';
           document.getElementById('printcollateral').style.color = '#c16973';
           document.getElementById('tv').style.color = '#c16973';
           document.getElementById('websites').style.color = '#c16973';
        }
		
//   Javascript recreation of text rollovers since above sets text color permanently

function video_on()
        {
            document.getElementById('video').style.color = 'white';
        }
function video_off()
        {
            document.getElementById('video').style.color = '#c16973';
        }
function logos_on()
        {
            document.getElementById('logos').style.color = 'white';
        }
function logos_off()
        {
            document.getElementById('logos').style.color = '#c16973';
        }
function directmail_on()
        {
            document.getElementById('directmail').style.color = 'white';
        }
function directmail_off()
        {
            document.getElementById('directmail').style.color = '#c16973';
        }
function displays_on()
        {
            document.getElementById('displays').style.color = 'white';
        }
function displays_off()
        {
            document.getElementById('displays').style.color = '#c16973';
        }
function billboards_on()
        {
            document.getElementById('billboards').style.color = 'white';
        }
function billboards_off()
        {
            document.getElementById('billboards').style.color = '#c16973';
        }
function packaging_on()
        {
            document.getElementById('packaging').style.color = 'white';
        }
function packaging_off()
        {
            document.getElementById('packaging').style.color = '#c16973';
        }
function printads_on()
        {
            document.getElementById('printads').style.color = 'white';
        }
function printads_off()
        {
            document.getElementById('printads').style.color = '#c16973';
        }
function printcollateral_on()
        {
            document.getElementById('printcollateral').style.color = 'white';
        }
function printcollateral_off()
        {
            document.getElementById('printcollateral').style.color = '#c16973';
        }
function tv_on()
        {
            document.getElementById('tv').style.color = 'white';
        }
function tv_off()
        {
            document.getElementById('tv').style.color = '#c16973';
        }
function websites_on()
        {
            document.getElementById('websites').style.color = 'white';
        }
function websites_off()
        {
            document.getElementById('websites').style.color = '#c16973';
        }
		
		
		function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

