tinyMCE.init({
    theme : 'advanced',
    mode : "exact",
		elements : "text",
    plugins: 'paste',
    forced_root_block : false,
   force_br_newlines : true,
   force_p_newlines : false,

    content_css : 'styles/ns.css',
    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'
    },
    theme_advanced_buttons1 : "",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : ""
    ,valid_elements : 'br,p'
});


