tinyMCE.init({
    mode                    : "specific_textareas",
    editor_selector         : "forminput",
    language                : "pl",
    theme                   : "advanced",
    valid_elements          : "strong/b,strike,s,span[style],em,br,u,i,a,p,div",
    extended_valid_elements : "strong/b,strike,s,span[style],em,br,u,i,a[name|href|target|title],p,div",
    plugins                 : "paste",
    entity_encoding         : "raw",
    width                   : "700",
    height                  : "200",
    theme_advanced_buttons1 : "bold,italic,strikethrough,underline,separator,undo,redo,separator,removeformat,cleanup",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    gecko_spellcheck        : true,
    force_br_newlines       : true,
    forced_root_block       : '' // Needed for 3.x

});
