<%
dim content
content=pagebody
editor.ID = "Editor1"
editor.Text = content
editor.FilesPath = "CuteEditor_Files"
editor.AutoConfigure = "EnableAll"
editor.DisableItemList = "Save, CleanCode, ToFullPage, InsertParagraph, InsertTemplate, InsertRowTop, InsertRowBottom, DeleteRow, InsertColumnLeft, InsertColumnRight, DeleteColumn, InsertCell, DeleteCell, EditRow, EditCell, MergeRight, MergeBottom, HorSplitCell, VerSplitCell, InsertForm, InsertTextBox, InsertInputText, InsertInputPassword, InsertInputhidden, InsertListBox, InsertDropDown, InsertRadioBox, InsertCheckBox, InsertInputImage, InsertInputSubmit, InsertInputReset, InsertInputButton, RemoveFormat, Subscript, Superscript, InsertAnchor, AbsolutePosition, BringForward, BringBackward, ToggleBorder, DocumentPropertyPage, CssStyle, Links, Codes, Images, Zoom"
editor.StyleDropDownMenuNames = temp_styledropdownMenuNames
editor.StyleDropDownMenuList = temp_styledropdownMenuList
editor.CodeSnippetDropDownMenuNames = temp_snippetDropDownMenuNames
editor.CodeSnippetDropDownMenuList = temp_snippetDropDownMenuList
editor.ImagesDropDownMenuNames = temp_imagesDropDownMenuNames
editor.ImagesDropDownMenuList = temp_imagesDropDownMenuList
editor.LinksDropDownMenuNames = temp_linksDropDownMenuNames
editor.LinksDropDownMenuList = temp_linksDropDownMenuList
editor.EditorBodyStyle = "table { font:normal 12px arial; }"
editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
%>