function newColor(idCell)
{
document.getElementById("c1").style.background = "url(/images/bg_head"+idCell+".jpg)";
}