
function changeBgColor( div_id, color )
{
	$( div_id ).style.background = color;
}