<!--
function sbar(st) {
st.style.backgroundColor = '#cec9b0';
}
			
function cbar(st) {
st.style.backgroundColor = '';
}
-->