tinyMCE.init({
    mode: "textareas",
    editor_selector : "mceS",
    language: "pl",
    theme: "simple",
    plugins: "paste,searchreplace,fullscreen",
    theme_custom_toolbar_location: "top"
});

