
function highlight(obj){
obj.backgroundColor='#CCFFCC';
}
function unhighlight(obj){
obj.backgroundColor='';
}
