document.write("<form class=\"sz12\">");
document.write("<input type=\"radio\" name=\"bg\" value=\"#ffffff\" onClick=\"chBgColor(this)\" checked>クリア");
document.write("<input type=\"radio\" name=\"bg\" value=\"#000000\" onClick=\"chBgColor(this)\"><span style=\"color:#000\">■</span>");
document.write("<input type=\"radio\" name=\"bg\" value=\"#ff0000\" onClick=\"chBgColor(this)\"><span style=\"color:#f00\">■</span>");
document.write("<input type=\"radio\" name=\"bg\" value=\"#0000ff\" onClick=\"chBgColor(this)\">");
document.write("<span style=\"color:#00f\">■</span>"); 
document.write("<input type=\"radio\" name=\"bg\" value=\"#008800\" onClick=\"chBgColor(this)\">");
document.write("<span style=\"color:#080\">■</span>"); 
document.write("<input type=\"radio\" name=\"bg\" value=\"#ff66cc\" onclick=\"chBgColor(this)\" />");
document.write("<span style=\"color:#f6c\">■</span>"); 
document.write("<input type=\"radio\" name=\"bg\" value=\"#99cccc\" onclick=\"chBgColor(this)\" />");
document.write("<span style=\"color:#9cc\">■</span>"); 
document.write("<input type=\"radio\" name=\"bg\" value=\"#ffff99\" onclick=\"chBgColor(this)\" />");
document.write("<span style=\"color:#ff9\">■</span>");
document.write("<input type=\"radio\" name=\"bg\" value=\"#99cc99\" onclick=\"chBgColor(this)\" />");
document.write("<span style=\"color:#9c9\">■</span>");
document.write("</form>");
