﻿function localHomeOver() 
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[0].src="/atca/img/localNav/LN-home-over.jpg";
}

function localHomeOut()
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[0].src="/atca/img/localNav/LN-home.jpg";
}

function localSolutionsOver() 
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[1].src="/atca/img/localNav/LN-solutions-over.jpg";
}

function localSolutionsOut()
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[1].src="/atca/img/localNav/LN-solutions.jpg";
}

function localSolutionsSub1Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[0].style.background='#F1F1F1';
}

function localSolutionsSub1Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[0].style.background='#FFFFFF';
}

function localProductsOver() 
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[2].src="/atca/img/localNav/LN-products-over.jpg";
}

function localProductsOut()
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[2].src="/atca/img/localNav/LN-products.jpg";
}

function localContactOver() 
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[3].src="/atca/img/localNav/LN-contact-over.jpg";
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[4].src="/atca/img/localNav/LN-contact-bottom-over.jpg";
}

function localContactOut()
{
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[3].src="/atca/img/localNav/LN-contact.jpg";
    document.getElementById('mainContentTextLeft').getElementsByTagName('img')[4].src="/atca/img/localNav/LN-contact-bottom.jpg";
}

function localProductsSub1Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[0].style.background='#F1F1F1';
}

function localProductsSub1Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[0].style.background='#FFFFFF';
}

function localProductsSub2Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[1].style.background='#F1F1F1';
}

function localProductsSub2Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[1].style.background='#FFFFFF';
}

function localProductsSub3Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[2].style.background='#F1F1F1';
}

function localProductsSub3Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[2].style.background='#FFFFFF';
}

function localProductsSub4Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[3].style.background='#F1F1F1';
}

function localProductsSub4Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[3].style.background='#FFFFFF';
}

function localProductsSub5Over() 
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[4].style.background='#F1F1F1';
}

function localProductsSub5Out()
{
    document.getElementById('mainContentTextLeftShadow').getElementsByTagName('div')[4].style.background='#FFFFFF';
}
