tinyMCE.init(
{
    mode : "textareas",
    theme : "simple",
    plugins : "bbcode",
    editor_selector : "mceSimple"
});

tinyMCE.init(
{
    mode: "textareas",
    theme: "advanced",
    plugins: "fullscreen",
    editor_selector: "mceAdvanced_standard"
});

tinyMCE.init(
{
    mode : "specific_textareas",
    plugins : "bbcode,advbbimage,inlinepopups,fullscreen,paste,charcount",
    theme : "bb",
    editor_selector : "mceAdvanced_bb",
    theme_advanced_layout_manager: "SimpleLayout",
    theme_advanced_toolbar_location: "top",
    theme_advanced_buttons1 : "pastetext,|,bold,italic,underline,strikethrough,|,justifyleft,justifyright,justifycenter,justifyfull,|,bullist,numlist,|,image,link,unlink,blockquote,|,undo,redo,|,code,fullscreen",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_path : false,
    relative_urls : false,
    remove_script_host : false,
    language : "pl"
});

tinyMCE.init(
{
    mode : "specific_textareas",
    plugins : "inlinepopups,advimage,fullscreen,paste,print,charcount",
    theme : "advanced",
    editor_selector : "mceAdvanced_event",
    theme_advanced_layout_manager : "SimpleLayout",
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons1 : "fullscreen,|,bold,italic,underline,strikethrough,|,justifyleft,justifyright,justifycenter,justifyfull,|,bullist,numlist,outdent,indent,|,link,image,|,undo,redo,|,print,|,pastetext,pasteword,removeformat,|,help",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_statusbar_location : "bottom",
    extended_valid_elements : "strus[!n],img[!src|border:0|alt|title|width|height|style],a[name|href|target|title|onclick]",
    relative_urls : false,
    remove_script_host : false,
    theme_advanced_path : false,
    charcount_maxchars : 4000,
    language : "pl",
    force_p_newlines : false,
    force_br_newlines : true,
    forced_root_block : false,
    remove_redundant_brs : false,
    valid_elements: "br",
    verify_html : false
});
