WebEditorToolbar(editor_name, { toolbar1: "help formatblock fontname fontsize bold italic underline justifyleft justifycenter justifyright justifyfull", 
				                toolbar2: "selectall removeformat clean insertorderedlist insertunorderedlist outdent indent insertmedia superscript subscript forecolor backcolor undo redo specialcharacter inserthorizontalrule createlink unlink spellcheck viewsource", 
								toolbar3: "createtable tableproperties insertrowhead insertrowfoot rowproperties insertrowabove insertrowbelow deleterow splitcellrows columnproperties insertcolumnleft insertcolumnright deletecolumn splitcellcolumns cellproperties insertcellleft insertcellright deletecell splitcell mergecells",
								fontname: { 'Arial': 'Arial, Helvetica, sans-serif',
											'Arial Black': 'Arial Black',
											'Century Gothic': 'Century Gothic, Arial, Helvetica, sans-serif',
											'Comic Sans MS': 'Comic Sans MS',
											'Courier New': 'Courier New, Courier, monospace',
											'Georgia': 'georgia',
											'Helvetica': 'Helvetica, Arial, sans-serif',
											'Impact': 'Impact, Charcoal, sans-serif',
											'Times New Roman': 'Times New Roman, Times, serif',
											'Trebuchet MS': 'Trebuchet MS, Helvetica, sans-serif',
											'Monotype Corsiva': 'Monotype Corsiva',
											'Symbol': 'Symbol',
											'Verdana': 'Verdana, Arial, Helvetica, sans-serif',
											'Webdings': 'Webdings',
											'Wingdings': 'Wingdings, Zapf Dingbats'
										  }
								}
				);