HtmlContentEditor = {
mode: "specific_textareas",
plugins: "spellchecker,taoquote,csscleanup,media",
theme: "advanced",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1: "styleselect,bold,italic,underline,strikethrough,separator,undo,redo,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,forecolor",
theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,image,media,separator,code,anchor,html,link,unlink,spellchecker,separator,blockquote,taoquote,|,removeformat,csscleanup",
theme_advanced_buttons3: "",
convert_urls: false,
theme_advanced_statusbar_location: "bottom",
theme_advanced_path: false,
theme_advanced_resize_horizontal: false,
theme_advanced_resizing: true,
theme_advanced_styles : "Normal Paragraph=tinymce_paragraph;Left Align Paragraph Image=tinymce_image_left;Main News Text=tinymce_main_news;Main News Image=tinymce_main_image_left;Continue Reading Link=tinymce_continue_link;Homepage Story=story;Homepage Story Date=story_date;Homepage Story Tags=story_tags",
cleanup_on_startup: true,
convert_fonts_to_spans : true,
apply_source_formatting: true,
extended_valid_elements: "object[width|height],param[name|value],embed[src|type|wmode|width|height]",
width: "100%",
height: 580,
relative_urls: false,
content_css : "/css/styles-sept2008-tiny.css"
};

UserFacing = {
mode: "specific_textareas",
theme: "simple",
cleanup_on_startup: true,
convert_fonts_to_spans : true,
apply_source_formatting: true,
width: "100%",
relative_urls: true
};

Tiny.addConfig('HtmlContent',HtmlContentEditor);
Tiny.addConfig('UserFacing',UserFacing);

