function ch_color(kolor, elem) {
	elem.style.background=kolor; return true;
}

        
