function bgc1(objRef,state){
	objRef.style.backgroundColor = (1 == state)?'#EAEFFD':'#FFFFFF';return;}
