function ch_b(target, color){
	if (document.images){
		document[target].src = "image/b_" + color + ".gif";
	}
}
