﻿function mOver(ind, src)
{
    if (ind == 1)
        document.img1.src = src + "/TopLeft_CSPWorldwide_w.jpg";
    else if(ind == 2)
        document.img2.src = src + "/TopLeft_MobileMusic_w.jpg";
    else if(ind == 3)
        document.img3.src = src + "/TopLeft_CSP_w.jpg";
    else if(ind == 4)
        document.img4.src = src + "/TopLeft_Specialty_w.jpg";
    else if(ind == 5)
        document.img5.src = src + "/TopLeft_Video_w.jpg";    
}
function mLeave(ind, src)
{
    if (ind == 1)
        document.img1.src = src + "/TopLeft_CSPWorldwide.jpg";
    else if(ind == 2)
        document.img2.src = src + "/TopLeft_MobileMusic.jpg";
    else if(ind == 3)
        document.img3.src = src + "/TopLeft_CSP.jpg";
    else if(ind == 4)
        document.img4.src = src + "/TopLeft_Specialty.jpg";
    else if(ind == 5)
        document.img5.src = src + "/TopLeft_Video.jpg";    
}

function mOverFooter(ind, src)
{
    if (ind == 1)
        document.footerImg1.src = src + "/Footer_MobileMusic2.jpg";
    else if(ind == 2)
        document.footerImg2.src = src + "/Footer_CPS2.jpg";
    else if(ind == 3)
        document.footerImg3.src = src + "/Footer_Specialty2.jpg";
    else if(ind == 4)
        document.footerImg4.src = src + "/Footer_Video2.jpg";
}
function mLeaveFooter(ind, src)
{
    if (ind == 1)
        document.footerImg1.src = src + "/Footer_MobileMusic.gif";
    else if(ind == 2)
        document.footerImg2.src = src + "/Footer_CPS.gif";
    else if(ind == 3)
        document.footerImg3.src = src + "/Footer_Specialty.gif";
    else if(ind == 4)
        document.footerImg4.src = src + "/Footer_Video.gif";
}
