function changebackdiv(obj, newcolor){
	obj.style.background=newcolor;
}

