function swapBG(obj,val){
	obj.style.backgroundColor=val;
}