function changeLink(x)
{
document.getElementById(x).style.background = "#333";
//document.getElementById(x).style.color = "#000";
//document.getElementById(x).style.color = "#F00";
//document.getElementById(x).style.color = "#c33";
}

