function scbg(objRef, state) 
{
	objRef.style.backgroundColor = (1 == state) ? '#381459' : '#660066';
	return;
}

