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