function chgColor(myCell, myColor){
	document.getElementById(myCell).style.background = myColor;
}
