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