﻿function viewCustomerOver()
{
    document.getElementById('mainContentTextRight').getElementsByTagName('a')[0].style.color="#09347A";
}

function viewCustomerOut()
{
    document.getElementById('mainContentTextRight').getElementsByTagName('a')[0].style.color="#FF9000";
}

function textHoverOver(text)
{
    text.style.color="#FF9000";
}

function textHoverOut(text)
{
    text.style.color="#09347A";
}

function tabHoverOver(text)
{
        
}

function tabHoverOut(text)
{
        
}

function tabHover2Over(text)
{
        text.style.color="#FF9000";
        text.style.textDecoration = "underline";
}

function tabHover2Out(text)
{
        text.style.color="#09347A";
        text.style.textDecoration = "none";
}

function chassisOver() 
{
    document.getElementById('productImages').getElementsByTagName('img')[0].src="/atca/img/mainContent/chassis-icon-over.jpg";
}

function chassisOut()
{
    document.getElementById('productImages').getElementsByTagName('img')[0].src="/atca/img/mainContent/chassis-icon.jpg";
}

function atcaOver() 
{
    document.getElementById('productImages').getElementsByTagName('img')[1].src="/atca/img/mainContent/ATCA-icon-over.jpg";
}

function atcaOut()
{
    document.getElementById('productImages').getElementsByTagName('img')[1].src="/atca/img/mainContent/ATCA-icon.jpg";
}

function microtcaOver() 
{
    document.getElementById('productImages').getElementsByTagName('img')[2].src="/atca/img/mainContent/MicroTCA-icon-over.jpg";
}

function microtcaOut()
{
    document.getElementById('productImages').getElementsByTagName('img')[2].src="/atca/img/mainContent/MicroTCA-icon.jpg";
}

function amcOver() 
{
    document.getElementById('productImages').getElementsByTagName('img')[3].src="/atca/img/mainContent/AMC-icon-over.jpg";
}

function amcOut()
{
    document.getElementById('productImages').getElementsByTagName('img')[3].src="/atca/img/mainContent/AMC-icon.jpg";
}
function softwareOver() 
{
    document.getElementById('productImages').getElementsByTagName('img')[4].src="/atca/img/mainContent/software-icon-over.jpg";
}

function softwareOut()
{
    document.getElementById('productImages').getElementsByTagName('img')[4].src="/atca/img/mainContent/software-icon.jpg";
}

function rssFeedIconOver() 
{
    document.getElementById('rssFeedATCA').src="/atca/img/mainContent/rss-feed-icon-over.jpg";
}

function rssFeedIconOut()
{
    document.getElementById('rssFeedATCA').src="/atca/img/mainContent/rss-feed-icon.jpg";
}

function rssFeedIcon2Over() 
{
    document.getElementById('rssFeedMicroTCA').src="/atca/img/mainContent/rss-feed-icon-over.jpg";
}

function rssFeedIcon2Out()
{
    document.getElementById('rssFeedMicroTCA').src="/atca/img/mainContent/rss-feed-icon.jpg";
}
