HtmlContentEditor    = {
    mode: "specific_textareas",
    plugins: "table,media,spellchecker,paste,fullscreen,pagebreak",
    theme: "advanced",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1: "styleselect,bold,italic,underline,|,cut,copy,paste,pastetext,pasteword,|,bold,italic,underline,|,undo,redo,separator,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,forecolor,image,media,youtube",
    theme_advanced_buttons2: "fullscreen,anchor,link,unlink,|,tablecontrols,|,cleanup,code,spellchecker,|,pagebreak",
    theme_advanced_buttons3: "",
    pagebreak_separator: "<!-- page_split -->",
    convert_urls: false,
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_path: false,
    theme_advanced_resize_horizontal: false,
    theme_advanced_resizing: true,
    theme_advanced_styles : "Standard Text=TextStandard;Attention=swc_Attention;Information=swc_Information;Small=swc_Tip;Header 1=header1;Header 2=header2;Header 3=header3;Html code=HtmlCode;PHP Code=PhpCode;SWC Table=swc_Table;SWC List=swc_List",
    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
};
Tiny.addConfig('HtmlContent',HtmlContentEditor);