var default_pic = '/design/main/images/icon/ye.gif'
var change_pic = '/design/main/images/icon/menu.gif'

function newColor(idCell) {
eval('document.getElementById("'+idCell+'").style.background = "#E6E6E6"');
eval('document.getElementById("'+idCell+'").style.border = "solid 1px #000000"');
}

function backColor(idCell) {
eval('document.getElementById("'+idCell+'").style.background = ""');
eval('document.getElementById("'+idCell+'").style.border = "solid 1px #D3D3D3"');
}
