<!--
function change_bg(obj){
obj.style.backgroundColor='#FFFFFF'
}
function restore_bg(obj){
obj.style.backgroundColor=''
}
-->