function changeBgColor010() {
document.getElementById('ID010').style.backgroundColor = '#ededed'; 
}
function changeBgColor011() {
document.getElementById('ID010').style.backgroundColor = 'white'; 
}
function changeBgColor020() {
document.getElementById('ID020').style.backgroundColor = '#ededed'; 
}
function changeBgColor021() {
document.getElementById('ID020').style.backgroundColor = 'white'; 
}
function changeBgColor030() {
document.getElementById('ID030').style.backgroundColor = '#ededed'; 
}
function changeBgColor031() {
document.getElementById('ID030').style.backgroundColor = 'white'; 
}
function changeBgColor040() {
document.getElementById('ID040').style.backgroundColor = '#ededed'; 
}
function changeBgColor041() {
document.getElementById('ID040').style.backgroundColor = 'white'; 
}
