dedit/cut.gif\"";
html += ");";
html += "cutButton.Instantiate();";
html += UtilEndScript();
html += "";
html += "";
html += UtilBeginScript();
html += "var copyButton = new Button(";
html += "editorIDGenerator,";
html += "\"Copy\",";
html += "\"EditorOnCopy(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/copy.gif\"";
html += ");";
html += "copyButton.Instantiate();";
html += UtilEndScript();
html += " | ";
html += "";
html += UtilBeginScript();
html += "var pasteButton = new Button(";
html += "editorIDGenerator,";
html += "\"Paste\",";
html += "\"EditorOnPaste(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/paste.gif\"";
html += ");";
html += "pasteButton.Instantiate();";
html += UtilEndScript();
html += " | ";
html += "";
html += "";
html += " | ";
html += "";
html += UtilBeginScript();
html += "var boldButton = new Button(";
html += "editorIDGenerator,";
html += "\"Bold\",";
html += "\"EditorOnBold(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/us/bold.gif\"";
html += ");";
html += "boldButton.Instantiate();";
html += UtilEndScript();
html += " | ";
html += "";
html += UtilBeginScript();
html += "var italicButton = new Button(";
html += "editorIDGenerator,";
html += "\"Italic\",";
html += "\"EditorOnItalic(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/us/italic.gif\"";
html += ");";
html += "italicButton.Instantiate();";
html += UtilEndScript();
html += " | ";
html += "";
html += UtilBeginScript();
html += "var underlineButton = new Button(";
html += "editorIDGenerator,";
html += "\"Underline\",";
html += "\"EditorOnUnderline(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/us/uline.gif\"";
html += ");";
html += "underlineButton.Instantiate();";
html += UtilEndScript();
html += " | ";
html += "";
html += "";
html += " | ";
html += "";
html += UtilBeginScript();
html += "var foregroundColorButton = new Button(";
html += "editorIDGenerator,";
html += "\"Foreground Color\",";
html += "\"EditorOnForegroundColor(" + this.id + ")\",";
html += "\"http://us.i1.yimg.com/us.yimg.com/i/mail/dedit/tpaint.gif\"";
html += ");";
html += "foregroundColorButton.Instantiate();";
html += UtilEndScript();
html += " |