//¸®½ºÆ®¿¡¼­ mouseover event
function sbar (st) {
	st.style.backgroundColor = '#222200';
}

//¸®½ºÆ®¿¡¼­ mouseout event
function cbar (st) {
	st.style.backgroundColor = '#000000';
}