tinyMCE.init({
    mode : "textareas",
    relative_urls: false,
    language: "fr", 
    directionality: "ltr", 
    theme: "advanced",
    spellchecker_languages: "Français=fr",
    plugins : "safari,contextmenu,advimage,table,fullscreen,paste,inlinepopups",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,sub,sup,|,pastetext,pasteword,selectall",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    paste_auto_cleanup_on_paste : true,
    object_resizing: true,
    cleanup_on_startup: true,
    forced_root_block: "p",
    remove_trailing_nbsp: true
});

