<!-- Begin

function change1() // W3C DOM
{
document.getElementById("1").style.color = "#ffffff";
document.getElementById("1c").style.backgroundColor = "#239c9c";
document.getElementById("1c").style.backgroundImage = "url(images/img7.gif)";
}

function change2() // W3C DOM
{
document.getElementById("2").style.color = "#ffffff";
document.getElementById("2c").style.backgroundColor = "#239c9c";
document.getElementById("2c").style.backgroundImage = "url(images/img7.gif)";
}

function change3() // W3C DOM
{
document.getElementById("3").style.color = "#ffffff";
document.getElementById("3c").style.backgroundColor = "#239c9c";
document.getElementById("3c").style.backgroundImage = "url(images/img7.gif)";
}

function change4() // W3C DOM
{
document.getElementById("4").style.color = "#ffffff";
document.getElementById("4c").style.backgroundColor = "#239c9c";
document.getElementById("4c").style.backgroundImage = "url(images/img7.gif)";
}

function change5() // W3C DOM
{
document.getElementById("5").style.color = "#ffffff";
document.getElementById("5c").style.backgroundColor = "#239c9c";
document.getElementById("5c").style.backgroundImage = "url(images/img7.gif)";
}

function change6() // W3C DOM
{
document.getElementById("6").style.color = "#ffffff";
document.getElementById("6c").style.backgroundColor = "#239c9c";
document.getElementById("6c").style.backgroundImage = "url(images/img7.gif)";
}

function change7() // W3C DOM
{
document.getElementById("7").style.color = "#ffffff";
document.getElementById("7c").style.backgroundColor = "#239c9c";
document.getElementById("7c").style.backgroundImage = "url(images/img7.gif)";
}

function change8() // W3C DOM
{
document.getElementById("8").style.color = "#ffffff";
document.getElementById("8c").style.backgroundColor = "#239c9c";
document.getElementById("8c").style.backgroundImage = "url(images/img7.gif)";
}


//  End -->