function newCol(id){
 document.getElementById(id).style.backgroundColor='#f77c7c';
}

function oldCol(id){
 document.getElementById(id).style.backgroundColor='';
}
