function sbar (st,col) { st.style.backgroundColor = '#ffffff'; }
function cbar (st) { st.style.backgroundColor = ''; }
   
function sbar1 (st,col) { st.style.backgroundColor = 'B9D2F1'; }
function cbar1 (st) { st.style.backgroundColor = ''; }
   
