<!--  
function bgc(t,q){  
if (t==1){  
q.style.background="#005B7F";  
} else {  
q.style.background="#147FAB";  
}  
}
