document.write("<Center>");
  document.write("<Form Name=\"Kolory\">");
  document.write("<Select Name=\"schemesel\" OnChange=\"document.bgColor = this.options[selectedIndex].value\">");
  document.write("<Option Value=\"ffffff\" selected>&#1041;&#1077;&#1083;&#1099;&#1081;");
  document.write("<Option Value=\"0000ff\">&#1057;&#1080;&#1085;&#1080;&#1081;");
  document.write("<Option Value=\"00FF00\">&#1047;&#1077;&#1083;&#1077;&#1085;&#1099;&#1081;");
  document.write("<Option Value=\"FFD700\">&#1047;&#1086;&#1083;&#1086;&#1090;&#1086;&#1081;");
  document.write("<Option Value=\"000000\">&#1063;&#1077;&#1088;&#1085;&#1099;&#1081;");
  document.write("<Option Value=\"A0522D\">&#1054;&#1093;&#1088;&#1072;");
  document.write("<Option Value=\"808080\">&#1057;&#1077;&#1088;&#1099;&#1081;");
  document.write("<Option Value=\"FFA500\">&#1054;&#1088;&#1072;&#1085;&#1078;&#1077;&#1074;&#1099;&#1081;");
  document.write("<Option Value=\"EE82EE\">&#1060;&#1080;&#1086;&#1083;&#1077;&#1090;&#1086;&#1074;&#1099;&#1081;");
  document.write("<Option Value=\"CD853F\">&#1050;&#1086;&#1088;&#1080;&#1095;&#1085;&#1077;&#1074;&#1099;&#1081;");
  document.write("<Option Value=\"800000\">&#1050;&#1072;&#1096;&#1090;&#1072;&#1085;&#1086;&#1074;&#1099;&#1081;");
  document.write("<Option Value=\"FF0000\">&#1050;&#1088;&#1072;&#1089;&#1085;&#1099;&#1081;");
  document.write("<Option Value=\"ff00ff\">&#1055;&#1091;&#1088;&#1087;&#1091;&#1088;&#1085;&#1099;&#1081;");
  document.write("<Option Value=\"00ffff\">&#1043;&#1086;&#1083;&#1091;&#1073;&#1086;&#1081;");
  document.write("</Select>");
  document.write("</Form>");
  document.write("</Center>");
