function set_box_on(t)
{
	t.style.backgroundColor="#E8EFFC"
}

function set_box_off(t)
{
	t.style.backgroundColor="";
}
