function showSq(obj,color) {
	obj.style.backgroundColor = color;
}
