function aover()
{

document.getElementById('link').style.background= 'url(/images/span-hover.jpg) no-repeat right center';
document.getElementById('link').style.color= '#A70000';
}

function aovero()
{

document.getElementById('link').style.background= 'none';
document.getElementById('link').style.color= '#9C9C9C';
}

function aover1()
{

document.getElementById('link7').style.background= 'url(/images/span-hover.jpg) no-repeat right center';
document.getElementById('link7').style.color= '#A70000';
}

function aovero1()
{

document.getElementById('link7').style.background= 'none';
document.getElementById('link7').style.color= '#9C9C9C';
}
function aover2()
{

document.getElementById('link8').style.background= 'url(/images/span-hover.jpg) no-repeat right center';
document.getElementById('link8').style.color= '#A70000';
}

function aovero2()
{

document.getElementById('link8').style.background= 'none';
document.getElementById('link8').style.color= '#9C9C9C';
}
