
start = "<"
slash = "/"
fnctn = "func"
nmos = " onMouse"
open_c = "("
open_cc = "{"


document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"scr","ipt language = ",'"',"javascr","ipt",'"',">\n")
document.write("",start,"!--\n")
document.write("\n")
document.write("\n")
document.write("",fnctn,"tion launchnew",open_c,")",open_cc,"\n")
document.write("x=window.open",open_c,"",'"',"",'"',",",'"',"Outcome",'"',",",'"',"width=250,height=330,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=yes",'"',")}\n")
document.write("\n")
document.write("",fnctn,"tion launchhex",open_c,")",open_cc,"\n")
document.write("y=window.open",open_c,"",'"',"http://www.guistuff.com/tools",slash,"css",slash,"colorhex.htm",'"',",",'"',"Hex",'"',",",'"',"width=310,height=380,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=yes",'"',")}\n")
document.write("\n")
document.write("",fnctn,"tion generate",open_c,")",open_cc,"\n")
document.write("\n")
document.write("enterClassName = ",'"',"CSSName",'"',"\n")
document.write("enterBackgroundColor = ",'"',"",'"',"\n")
document.write("enterBorderColor = ",'"',"",'"',"\n")
document.write("enterBorderStyle = ",'"',"",'"',"\n")
document.write("enterBorderWidth = ",'"',"",'"',"\n")
document.write("enterTextColor = ",'"',"",'"',"\n")
document.write("enterTextSize = ",'"',"",'"',"\n")
document.write("enterTextFont = ",'"',"",'"',"\n")
document.write("enterTextStyle = ",'"',"",'"',"\n")
document.write("\n")
document.write("\n")
document.write("if",open_c,"document.makecss.thisclassname.value != ",'"',"",'"',")",open_cc,"enterClassName = document.makecss.thisclassname.value}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.backgroundcolor.value != ",'"',"",'"',")",open_cc,"enterBackgroundColor = ",'"',"background-color: ",'"'," + document.makecss.backgroundcolor.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.bordertype.options.value == ",'"',"solid",'"',")",open_cc,"\n")
document.write("if",open_c,"document.makecss.bordercolor.value != ",'"',"",'"',")",open_cc,"enterBorderColor = ",'"',"border-color: ",'"'," + document.makecss.bordercolor.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("enterBorderStyle = ",'"',"border-style: solid;",'"'," + ",'"',"\\n",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.bordertype.options.value == ",'"',"beveled",'"',")",open_cc,"\n")
document.write("enterBorderColor = ",'"',"",'"',"; \n")
document.write("enterBorderStyle = ",'"',"",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.bordertype.options.value == ",'"',"cbeveled",'"',")",open_cc,"\n")
document.write("if",open_c,"document.makecss.bordercolor.value != ",'"',"",'"',")",open_cc,"enterBorderColor = ",'"',"border-color: ",'"'," + document.makecss.bordercolor.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("enterBorderStyle = ",'"',"",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.borderwidth.value != ",'"',"",'"',")",open_cc,"enterBorderWidth = ",'"',"border-width: ",'"'," + document.makecss.borderwidth.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.textcolor.value != ",'"',"",'"',")",open_cc,"enterTextColor = ",'"',"color: ",'"'," + document.makecss.textcolor.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("if",open_c,"document.makecss.textsize.value != ",'"',"",'"',")",open_cc,"enterTextSize = ",'"',"font-size: ",'"'," + document.makecss.textsize.value + ",'"',"pt;",'"'," + ",'"',"\\n",'"',"}\n")
document.write("if",open_c,"document.makecss.textfont.value != ",'"',"",'"',")",open_cc,"enterTextFont = ",'"',"font-family: ",'"'," + document.makecss.textfont.value + ",'"',";",'"'," + ",'"',"\\n",'"',"}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.textweight.value == ",'"',"N",'"',")",open_cc,"enterTextStyle = ",'"',"",'"',"}\n")
document.write("if",open_c,"document.makecss.textweight.value == ",'"',"B",'"',")",open_cc,"enterTextStyle = ",'"',"font-weight: bold;",'"'," + ",'"',"\\n",'"',"}\n")
document.write("if",open_c,"document.makecss.textweight.value == ",'"',"I",'"',")",open_cc,"enterTextStyle = ",'"',"font-style: italic;",'"'," + ",'"',"\\n",'"',"}\n")
document.write("if",open_c,"document.makecss.textweight.value == ",'"',"BI",'"',")",open_cc,"enterTextStyle = ",'"',"font-weight: bold;",'"'," + ",'"',"\\n",'"'," + ",'"',"font-style: italic;",'"'," + ",'"',"\\n",'"',"}\n")
document.write("\n")
document.write("\n")
document.write("launchnew",open_c,")\n")
document.write("\n")
document.write("finalcode = ",'"',".",'"'," + enterClassName + ",'"'," ",open_cc,"",'"'," + ",'"',"\\n",'"'," +\n")
document.write("enterBackgroundColor +\n")
document.write("enterBorderColor +\n")
document.write("enterBorderStyle +\n")
document.write("enterBorderWidth +\n")
document.write("enterTextColor +\n")
document.write("enterTextSize +\n")
document.write("enterTextFont +\n")
document.write("enterTextStyle +\n")
document.write("",'"',"}",'"'," + ",'"',"\\n",'"',"\n")
document.write("\n")
document.write("\n")
document.write("fillA = ",'"',"",start,"html>",start,"head>",start,"title>Outcome",start,"",slash,"title>",start,"",slash,"head>",start,"body>\\n",'"',"\n")
document.write("\n")
document.write("Vtextarea1 = '",start,"textarea rows=",'"',"12",'"'," name=",'"',"fieldarea",'"'," cols=",'"',"25",'"',">'\n")
document.write("Vtextarea2 = '",start,"",slash,"textarea>",start,"br>'\n")
document.write("\n")
document.write("Vcss1 = '",start,"style type=",'"',"text",slash,"css",'"',">'\n")
document.write("Vcss2 = '",start,"",slash,"style>'\n")
document.write("\n")
document.write("\n")
document.write("Vact1 = ''\n")
document.write("Vact2 = ''\n")
document.write("Vact3 = ''\n")
document.write("\n")
document.write("\n")
document.write("if",open_c,"document.makecss.elemtype.value == ",'"',"button",'"',")",open_cc,"\n")
document.write("Vact1 = '",start,"input type=",'"',"button",'"'," value=",'"',"Button",'"'," class=",'"',"'\n")
document.write("Vact2 = enterClassName\n")
document.write("Vact3 = '",'"',">'\n")
document.write("}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.elemtype.value == ",'"',"textfield",'"',")",open_cc,"\n")
document.write("Vact1 = '",start,"input type=",'"',"text",'"'," value=",'"',"Field Content",'"'," class=",'"',"'\n")
document.write("Vact2 = enterClassName\n")
document.write("Vact3 = '",'"'," size=",'"',"20",'"',">'\n")
document.write("}\n")
document.write("\n")
document.write("if",open_c,"document.makecss.elemtype.value == ",'"',"text",'"',")",open_cc,"\n")
document.write("Vact1 = '",start,"font class=",'"',"'\n")
document.write("Vact2 = enterClassName\n")
document.write("Vact3 = '",'"',">Your Class Text",start,"",slash,"font>'\n")
document.write("}\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("Vform1 = '",start,"form>'\n")
document.write("Vform2 = '",start,"",slash,"form>'\n")
document.write("\n")
document.write("Vblah = '",start,"font face=",'"',"Arial",'"'," size=",'"',"3",'"',">",start,"b>CSS Generator",start,"",slash,"b>",start,"br>",start,"",slash,"font>'\n")
document.write("Vblah1 = '",start,"font face=",'"',"Arial",'"'," size=",'"',"2",'"',">CSS code:",start,"",slash,"font>",start,"br>'\n")
document.write("Vblah2 = '",start,"font face=",'"',"Arial",'"'," size=",'"',"2",'"',">Resulting class example:",start,"",slash,"font>",start,"br>'\n")
document.write("\n")
document.write("\n")
document.write("Vbr = ",'"',"",start,"br>",'"',"\n")
document.write("\n")
document.write("fillB = ",'"',"",start,"",slash,"body>",start,"",slash,"html>\\n",'"',"\n")
document.write("\n")
document.write("x.document.write",open_c,"fillA, Vcss1, finalcode, Vcss2, Vform1, Vblah, Vblah1, Vtextarea1, finalcode, Vtextarea2, Vbr, Vblah2, Vact1, Vact2, Vact3, Vform2, fillB)\n")
document.write("\n")
document.write("\n")
document.write("}\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",slash,"",slash,"-->\n")
document.write("",start,"",slash,"scr","ipt>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"font class=",'"',"gentitle",'"',">",start,"b>CSS Generator",start,"",slash,"b>",start,"",slash,"font>",start,"br>\n")
document.write("",start,"img height=",'"',"1",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot-s.gif",'"'," width=",'"',"400",'"'," border=",'"',"0",'"',">",start,"br>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot.gif",'"'," width=",'"',"5",'"'," height=",'"',"5",'"',">",start,"br>\n")
document.write("",start,"a href=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"",'"'," target=",'"',"_blank",'"',">",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"features",slash,"poweredby2.gif",'"'," width=",'"',"200",'"'," height=",'"',"22",'"',">",start,"",slash,"a>",start,"br>",start,"br>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"font class=",'"',"NArial",'"',">\n")
document.write("",start,"b>CSS Generator Notes:",start,"",slash,"b>",start,"br>\n")
document.write("- The resulting CSS classes will only work properly when using Microsoft Internet Explorer 4.0 \n")
document.write("and above, and will work partially when using Netscape6. Netscape 4.x will not support many of the features of this CSS generator.\n")
document.write("\n")
document.write("",start,"br>",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot.gif",'"'," width=",'"',"8",'"'," height=",'"',"8",'"',">",start,"br>\n")
document.write("\n")
document.write("- The color fields are meant for Hex values of colors. Click on the ",start,"b>Color Values",start,"",slash,"b> button to view a color palette. \n")
document.write("Within it, click on any color and copy its value - a hash ",open_c,"#) followed by 6 characters. \n")
document.write("",start,"i>Remember - you can copy a value by double-clicking the text field and pressing CTRL-C. To paste that value press CTRL-V.",start,"",slash,"i>\n")
document.write("\n")
document.write("",start,"br>",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot.gif",'"'," width=",'"',"8",'"'," height=",'"',"8",'"',">",start,"br>\n")
document.write("\n")
document.write("- When creating a class for text, you can still use the ",start,"b>border",start,"",slash,"b> features, but it's not recommended. The resulting code usually won't not be practical. \n")
document.write("However, you can still give text a background color.\n")
document.write("\n")
document.write("",start,"br>",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot.gif",'"'," width=",'"',"8",'"'," height=",'"',"8",'"',">",start,"br>\n")
document.write("\n")
document.write("- If you want the border of a button or a text field to be beveled, but still be of a specific color, select the ",start,"i>Colored Beveled",start,"",slash,"i> \n")
document.write("option in the ",start,"b>border type",start,"",slash,"b> field. Then enter the Hex value into the ",start,"b>border color",start,"",slash,"b> field as you would normally.",start,"br>\n")
document.write("",start,"br>\n")
document.write("\n")
document.write("",start,"",slash,"font>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"form name=",'"',"makecss",'"',">\n")
document.write("\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"400",'"'," bgcolor=",'"',"#39597D",'"'," cellspacing=",'"',"0",'"'," cellpadding=",'"',"4",'"',">\n")
document.write("  ",start,"tr>\n")
document.write("    ",start,"td width=",'"',"100%",'"'," align=",'"',"center",'"'," bgcolor=",'"',"#808080",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">&nbsp;&nbsp;&nbsp;&nbsp;\n")
document.write("      Element\n")
document.write("      Type: ",start,"",slash,"font>",start,"",slash,"b> \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"elemtype",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"button",'"'," selected>Button",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"textfield",'"',">Text Field",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"text",'"',">Text",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("    ",start,"",slash,"td>\n")
document.write("  ",start,"",slash,"tr>\n")
document.write("",start,"",slash,"table>\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"400",'"'," cellspacing=",'"',"0",'"'," cellpadding=",'"',"0",'"',">\n")
document.write("  ",start,"tr>\n")
document.write("    ",start,"td width=",'"',"100%",'"',">",start,"img border=",'"',"0",'"'," src=",'"',"http:",slash,"",slash,"www.guistuff.com",slash,"images",slash,"11dot.gif",'"'," width=",'"',"5",'"'," height=",'"',"5",'"',">",start,"",slash,"td>\n")
document.write("  ",start,"",slash,"tr>\n")
document.write("",start,"",slash,"table>\n")
document.write("\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"400",'"'," bgcolor=",'"',"#808080",'"'," cellspacing=",'"',"0",'"'," cellpadding=",'"',"0",'"',">\n")
document.write("",start,"tr>",start,"td width=",'"',"100%",'"',">\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"100%",'"'," cellspacing=",'"',"0",'"'," cellpadding=",'"',"2",'"',">\n")
document.write("  ",start,"tr>\n")
document.write("    ",start,"td width=",'"',"100%",'"'," align=",'"',"center",'"'," bgcolor=",'"',"#808080",'"',">\n")
document.write("    ",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">CSS Class Name: ",start,"input type=",'"',"text",'"'," class=",'"',"hexfield",'"'," name=",'"',"thisclassname",'"'," size=",'"',"10",'"',">",start,"",slash,"font>",start,"",slash,"b>\n")
document.write("    ",start,"",slash,"td>\n")
document.write("  ",start,"",slash,"tr>\n")
document.write("",start,"",slash,"table>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"100%",'"'," cellspacing=",'"',"1",'"',">\n")
document.write("",start,"tr>\n")
document.write("\n")
document.write("",start,"td width=",'"',"35%",'"'," bgcolor=",'"',"#FFFFFF",'"',">",start,"font class=",'"',"NArial",'"'," color=",'"',"#808080",'"',">",start,"b>&nbsp;\n")
document.write("  Background",start,"",slash,"b>",start,"",slash,"font>",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"td width=",'"',"65%",'"'," bgcolor=",'"',"#C0C0C0",'"',">\n")
document.write("  ",start,"table border=",'"',"0",'"'," width=",'"',"100%",'"'," cellspacing=",'"',"0",'"',">\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Color:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; ",start,"input class=",'"',"hexfield",'"'," type=",'"',"text",'"'," name=",'"',"backgroundcolor",'"'," size=",'"',"10",'"',">",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("  ",start,"",slash,"table>\n")
document.write("",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"",slash,"tr>\n")
document.write("",start,"tr>\n")
document.write("\n")
document.write("",start,"td width=",'"',"35%",'"'," bgcolor=",'"',"#FFFFFF",'"',">",start,"font class=",'"',"NArial",'"'," color=",'"',"#808080",'"',">",start,"b>&nbsp;\n")
document.write("  Border",start,"",slash,"b>",start,"",slash,"font>",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"td width=",'"',"65%",'"'," bgcolor=",'"',"#C0C0C0",'"',">\n")
document.write("  ",start,"table border=",'"',"0",'"'," width=",'"',"100%",'"'," cellspacing=",'"',"0",'"',">\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Color:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; ",start,"input class=",'"',"hexfield",'"'," type=",'"',"text",'"'," name=",'"',"bordercolor",'"'," size=",'"',"10",'"',">",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Type:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"bordertype",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"solid",'"',">Solid",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"beveled",'"'," selected>Beveled",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"cbeveled",'"',">Colored Beveled",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("      ",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Width:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"borderwidth",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"",'"'," selected>Default",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"1",'"',">1 Pixel",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"2",'"',">2 Pixels",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"3",'"',">3 Pixels",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"4",'"',">4 Pixels",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"5",'"',">5 Pixels",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("      ",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("  ",start,"",slash,"table>\n")
document.write("",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"",slash,"tr>\n")
document.write("",start,"tr>\n")
document.write("\n")
document.write("",start,"td width=",'"',"35%",'"'," bgcolor=",'"',"#FFFFFF",'"',">",start,"font class=",'"',"NArial",'"'," color=",'"',"#808080",'"',">",start,"b>&nbsp;\n")
document.write("  Text",start,"",slash,"b>",start,"",slash,"font>",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"td width=",'"',"65%",'"'," bgcolor=",'"',"#C0C0C0",'"',">\n")
document.write("  ",start,"table border=",'"',"0",'"'," width=",'"',"100%",'"'," cellspacing=",'"',"0",'"',">\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Size:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"textsize",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"",'"'," selected>Default",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"6",'"',">6pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"7",'"',">7pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"8",'"',">8pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"9",'"',">9pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"10",'"',">10pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"11",'"',">11pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"12",'"',">12pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"13",'"',">13pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"14",'"',">14pt",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"16",'"',">16pt",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("      ",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Color:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; ",start,"input class=",'"',"hexfield",'"'," type=",'"',"text",'"'," name=",'"',"textcolor",'"'," size=",'"',"10",'"',">",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Font:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"textfont",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"",'"'," selected>Default",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"arial",'"',">Arial",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"verdana",'"',">Verdana",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"times",'"',">Times NR",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"courier",'"',">Courier",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"serif",'"',">Serif",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"sans-serif",'"',">Sans-Serif",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"cursive",'"',">Cursive",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"fantasy",'"',">Fantasy",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"monospace",'"',">Monospace",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("      ",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("    ",start,"tr>\n")
document.write("      ",start,"td width=",'"',"35%",'"'," align=",'"',"right",'"',">",start,"b>",start,"font class=",'"',"NArial",'"'," color=",'"',"#FFFFFF",'"',">Style:",start,"",slash,"font>",start,"",slash,"b>",start,"",slash,"td>\n")
document.write("      ",start,"td width=",'"',"65%",'"',">&nbsp; \n")
document.write("\n")
document.write("",start,"select size=",'"',"1",'"'," name=",'"',"textweight",'"'," class=",'"',"hexfield",'"',">\n")
document.write("",start,"option value=",'"',"N",'"',">Normal",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"B",'"',">Bold",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"I",'"',">Italic",start,"",slash,"option>\n")
document.write("",start,"option value=",'"',"BI",'"',">Bold",slash,"Italic",start,"",slash,"option>\n")
document.write("",start,"",slash,"select>\n")
document.write("\n")
document.write("      ",start,"",slash,"td>\n")
document.write("    ",start,"",slash,"tr>\n")
document.write("  ",start,"",slash,"table>\n")
document.write("",start,"",slash,"td>\n")
document.write("\n")
document.write("",start,"",slash,"tr>\n")
document.write("",start,"",slash,"table>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("",start,"",slash,"td>",start,"",slash,"tr>\n")
document.write("",start,"",slash,"table>\n")
document.write("\n")
document.write("\n")
document.write("",start,"table border=",'"',"0",'"'," width=",'"',"400",'"'," cellspacing=",'"',"0",'"'," cellpadding=",'"',"4",'"',">\n")
document.write("",start,"tr>",start,"td width=",'"',"100%",'"'," align=",'"',"center",'"',">\n")
document.write("",start,"input type=",'"',"button",'"'," value=",'"',"Color Values",'"'," name=",'"',"makefield",'"'," class=",'"',"buttons",'"'," onclick=",'"',"launchhex",open_c,")",'"',">\n")
document.write("",start,"input type=",'"',"button",'"'," value=",'"',"Create Field",'"'," name=",'"',"makefield",'"'," class=",'"',"buttons",'"'," onclick=",'"',"generate",open_c,")",'"',">\n")
document.write("",start,"",slash,"td>",start,"",slash,"tr>",start,"",slash,"table>\n")
document.write("\n")
document.write("",start,"",slash,"form>\n")
document.write("\n")
document.write("\n")
document.write("\n")
document.write("\n")
