<!--  
function bgc(t,q){  
if (t==1){  
q.style.background="#E5F1E7";  
} else {  
q.style.background="#ffffff";  
}  
}