﻿function chbg(t,f){
	if (f==1){
		t.style.background="url('/.s/t/111/1.gif')";
	} else {
		t.style.background="url('/.s/t/111/2.gif')";
	}
}
