function swap(el, c1,c2) {
		el.bgColor = c1;
		el.style.color  = c2;
}