function bgOn(object)
{
	//alert(object.name);
	object.style.backgroundColor="#BEBEBE";
}
function bgOff(object)
{
	object.style.backgroundColor="#CCCCCC";
}