tinyMCE.init({
    theme : 'advanced',
    mode : 'textareas',
    force_br_newlines : true,
    theme_advanced_buttons3_add : 'fullscreen',
    language : 'cs',
    theme_advanced_disable : 'visualaid,anchor,zoom,table,row_before,row_after,delete_row,separator,\
	col_before,col_after,delete_col,redo,anchor,image,preview,\
	charmap,hr,formatselect, styleselect',
    fullscreen_settings : {
        theme_advanced_path_location : 'top'
    }
    ,valid_elements : 'br,p[align<center?justify?left?right],strong/b,em/i,sup,sub,strike,ul,li,ol,blockquote,a[href]'
     
});

