HtmlContentEditor    = {
mode : "specific_textareas",
editor_selector : "mceEditor",
plugins : "spellchecker",
theme : "advanced",
theme_advanced_toolbar_location : "top",
theme_advanced_buttons1 :"bold,italic,underline,justifyleft,justifycenter,justifyright,justifyfull,|bullist,numlist,forecolor",
theme_advanced_buttons2 : "fontselect,fontsizeselect,code,link,unlink,spellchecker",
theme_advanced_buttons3 : "",
convert_urls : "false",
relative_urls : "true",
theme_advanced_statusbar_location : "bottom",
theme_advanced_path : false,
theme_advanced_resize_horizontal : false,
theme_advanced_resizing : true,
theme_advanced_styles : "Standard Text=TextStandard;Header 1=header1;Header 2=header2;Header 3=header3;",
cleanup_on_startup : false,
apply_source_formatting : false,
valid_elements : "span[size|color|style],font[face|size|color|style],a[href|target],p[style|name|align],strong,b,em,i,ul[name],ol[name],li[name],div[align],img[align|src|title|alt|border|align|style]",
extended_valid_elements : "",
width: "100%",
convert_newlines_to_brs: true
};
Tiny.addConfig('HtmlContent',HtmlContentEditor);

