function changeBGcolor(oj,color)
{
	oj.style.backgroundColor = color;
}
