HtmlContentEditor    = {
    mode: "specific_textareas",
    plugins: "table,media,spellchecker,youtube,paste,fullscreen,pagebreak",
    theme: "advanced",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1: "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: "fontselect,fontsizeselect",
    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_fonts: "Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;MS Sans Serif=sans-serif;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats",
    theme_advanced_font_sizes: "Extra small=.extra_small;Small=.small;Regular=.regular;Medium large=.medium_large;Large=.large;Extra large=.extra_large",
    cleanup_on_startup: false,
    media_strict: false,
    verify_html: false,
    convert_fonts_to_spans : true,
    width: "100%", 
    height: 580,
    relative_urls: false,
    content_css:"css/common/tiny.css"
};
Tiny.addConfig('HtmlContent',HtmlContentEditor);
