tinyMCE.init({
    mode:            'specific_textareas',
    editor_selector: 'editor-mce',
    language:        'it',

    content_css: '/css/style-mce-mese.css',

    theme:   'advanced',
    plugins: 'searchreplace,contextmenu',

    theme_advanced_toolbar_location:   'top',
    theme_advanced_toolbar_align:      'left',
    theme_advanced_resizing:           false,

    theme_advanced_buttons1: 'bold,italic,underline,strikethrough,|,' +
                             'justifyleft,justifycenter,justifyright,justifyfull,|,' +
                             'sub,sup,|,' +
                             'bullist,numlist,|,' +
                             'formatselect',
    theme_advanced_buttons2: 'blockquote,|,' +
                             'link,unlink,|,' +
                             'anchor,image,|,' +
                             'hr,|,' +
                             'undo,redo,|,' +
                             'search,replace,cleanup,code',
    theme_advanced_buttons3: '',

    theme_advanced_blockformats: 'h3,p'
});
