// JavaScript Document
			function changeCellBG(el, myColor) {
				 el.style.background =myColor;
			}
