function ChangeBoardBG(vid,val)
{
	if (val==1)
	{
		vid.style.backgroundColor="#686860";
	}else{
		vid.style.backgroundColor="#9c9c94";
	}
}
