if (window.tinyMCE) {
    tinyMCE.init({
        mode: 'specific_textareas',
        editor_selector: 'rich',
        language: 'cs',
        plugins: 'advlink,paste,table,ngsimage,ngsfile',
        theme: 'advanced',
        content_css: '/css/actimel_tinymce.css',
        theme_advanced_toolbar_location: 'top',
        theme_advanced_toolbar_align: 'left',
        theme_advanced_path_location: 'bottom',
        theme_advanced_buttons1: 'ngsimageselect,ngsfileselect,justifyleft,justifycenter,justifyright,justifyfull,separator,bold,italic,separator,formatselect,styleselect',
        theme_advanced_buttons2: 'bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,separator,cleanup,removeformat,code,separator,cut,copy,paste,pastetext,pasteword',
        theme_advanced_buttons3: 'tablecontrols,separator,charmap',
        extended_valid_elements: 'img[class|src|alt|title|width|height]',
        theme_advanced_styles: 'Zarovnat obr. doprava=right;Zarovnat obr. doleva=left',
        theme_advanced_blockformats: 'p,address,pre,h2,h3,h4,h5,h6',
        relative_urls: false,
        entity_encoding: 'raw',
        debug: false,
        width: '500',
        height: '300'
    
    });
}