function docolor( obj, color )
{
	obj.style.backgroundColor = color;
}

