function creater(color) {
document.getElementById("r").style.backgroundColor = color;
document.getElementById("1").style.backgroundColor = color;
document.getElementById("9").style.backgroundColor = color;
document.getElementById("17").style.backgroundColor = color;
document.getElementById("25").style.backgroundColor = color;
document.getElementById("33").style.backgroundColor = color;
document.getElementById("41").style.backgroundColor = color;
document.getElementById("49").style.backgroundColor = color;
document.getElementById("50").style.backgroundColor = color;
document.getElementById("51").style.backgroundColor = color;
document.getElementById("52").style.backgroundColor = color;
document.getElementById("53").style.backgroundColor = color;
document.getElementById("54").style.backgroundColor = color;
document.getElementById("55").style.backgroundColor = color;
document.getElementById("56").style.backgroundColor = color;
document.getElementById("r1").style.backgroundColor = color;
document.getElementById("r2").style.backgroundColor = color;
document.getElementById("r3").style.backgroundColor = color;
}
function createl(color) {
document.getElementById("l").style.backgroundColor = color;
document.getElementById("2").style.backgroundColor = color;
document.getElementById("10").style.backgroundColor = color;
document.getElementById("18").style.backgroundColor = color;
document.getElementById("26").style.backgroundColor = color;
document.getElementById("34").style.backgroundColor = color;
document.getElementById("42").style.backgroundColor = color;
document.getElementById("43").style.backgroundColor = color;
document.getElementById("44").style.backgroundColor = color;
document.getElementById("45").style.backgroundColor = color;
document.getElementById("46").style.backgroundColor = color;
document.getElementById("47").style.backgroundColor = color;
document.getElementById("48").style.backgroundColor = color;
document.getElementById("l1").style.backgroundColor = color;
document.getElementById("l2").style.backgroundColor = color;
document.getElementById("l3").style.backgroundColor = color;
}
function createb(color) {
document.getElementById("b").style.backgroundColor = color;
document.getElementById("3").style.backgroundColor = color;
document.getElementById("11").style.backgroundColor = color;
document.getElementById("19").style.backgroundColor = color;
document.getElementById("27").style.backgroundColor = color;
document.getElementById("35").style.backgroundColor = color;
document.getElementById("36").style.backgroundColor = color;
document.getElementById("37").style.backgroundColor = color;
document.getElementById("38").style.backgroundColor = color;
document.getElementById("39").style.backgroundColor = color;
document.getElementById("40").style.backgroundColor = color;
document.getElementById("b1").style.backgroundColor = color;
document.getElementById("b2").style.backgroundColor = color;
document.getElementById("b3").style.backgroundColor = color;
}
function createt(color) {
document.getElementById("t").style.backgroundColor = color;
document.getElementById("4").style.backgroundColor = color;
document.getElementById("12").style.backgroundColor = color;
document.getElementById("20").style.backgroundColor = color;
document.getElementById("28").style.backgroundColor = color;
document.getElementById("29").style.backgroundColor = color;
document.getElementById("30").style.backgroundColor = color;
document.getElementById("31").style.backgroundColor = color;
document.getElementById("32").style.backgroundColor = color;
document.getElementById("t1").style.backgroundColor = color;
document.getElementById("t2").style.backgroundColor = color;
document.getElementById("t3").style.backgroundColor = color;
}
function createc(color) {
document.getElementById("c").style.backgroundColor = color;
document.getElementById("5").style.backgroundColor = color;
document.getElementById("13").style.backgroundColor = color;
document.getElementById("21").style.backgroundColor = color;
document.getElementById("22").style.backgroundColor = color;
document.getElementById("23").style.backgroundColor = color;
document.getElementById("24").style.backgroundColor = color;
document.getElementById("c1").style.backgroundColor = color;
document.getElementById("c2").style.backgroundColor = color;
document.getElementById("c3").style.backgroundColor = color;
}
function createx(color) {
document.getElementById("x").style.backgroundColor = color;
document.getElementById("6").style.backgroundColor = color;
document.getElementById("14").style.backgroundColor = color;
document.getElementById("15").style.backgroundColor = color;
document.getElementById("16").style.backgroundColor = color;
document.getElementById("x1").style.backgroundColor = color;
document.getElementById("x2").style.backgroundColor = color;
document.getElementById("x3").style.backgroundColor = color;
}
function createx2(color) {
document.getElementById("xa").style.backgroundColor = color;
document.getElementById("7").style.backgroundColor = color;
document.getElementById("8").style.backgroundColor = color;
document.getElementById("xa1").style.backgroundColor = color;
document.getElementById("xa2").style.backgroundColor = color;
document.getElementById("xa3").style.backgroundColor = color;
}