tinyMCE.init({
    plugins :  ""+
//	       	"style," +
//          "layer,"+
               "table,"+
               "save,"+
//          "advhr,"+
        "advimage,"+
//          "advlink,"+
//          "emotions,"+
//          "iespell,"+
//          "insertdatetime,"+
//          "preview,"+
//          "media,"+
//          "searchreplace,"+
//          "print,"+
               "contextmenu,"+
               "paste,"+
//          "directionality,"+
               "fullscreen,"+
//          "noneditable,"+
//          "visualchars,"+
//          "nonbreaking,"+
//          "xhtmlxtras," +

				"template,"+
				"",
    mode : "textareas",
   theme : "advanced",
 //theme : "simple",
  entity_encoding : "raw",
    language : "de",
    width : "350",
        height : "100",
    editor_deselector : "mceNoEditor",
    editor_selector: "mceEditor1",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",
      theme_advanced_buttons1 : "bold,justifyleft,justifycenter,justifyright,bullist,numlist,link,unlink,hr,charmap,pastetext,pasteword,code",
    theme_advanced_buttons2 : "tablecontrols",
    theme_advanced_buttons3 : "",

    /*Classenzuweisung aus css-Datei*/
   // theme_advanced_styles : "Seitenschriftart=textart;zweifacheingerueckt=margin20;dreifacheingerueckt=margin30;",
   theme_advanced_styles : "Seitenschriftart=textart",
content_css : "css/_text.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	theme_advanced_resizing : false,

	template_external_list_url: "js/templates.js",

	table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
	table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
	table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
	table_cell_limit : 100,
	table_row_limit : 15,
	table_col_limit : 15,

    fullscreen_new_window : true,
	fullscreen_settings : {
	theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true,
	
	 force_br_newlines : true,
  forced_root_block : "",
   force_p_newlines : "false"   


});

tinyMCE.init({
    plugins :  ""+
//	       	"style," +
//          "layer,"+
               "table,"+
               "save,"+
//          "advhr,"+
        "advimage,"+
//          "advlink,"+
//          "emotions,"+
//          "iespell,"+
//          "insertdatetime,"+
//          "preview,"+
//          "media,"+
//          "searchreplace,"+
//          "print,"+
               "contextmenu,"+
               "paste,"+
//          "directionality,"+
               "fullscreen,"+
//          "noneditable,"+
//          "visualchars,"+
//          "nonbreaking,"+
//          "xhtmlxtras," +

				"template,"+
				"",
    mode : "textareas",
   theme : "advanced",
 //theme : "simple",
  entity_encoding : "raw",
    language : "de",
    width : "630",
        height : "240",
    editor_deselector : "mceNoEditor",
    editor_selector: "mceEditor2",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",
      theme_advanced_buttons1 : "bold,justifyleft,justifycenter,justifyright,bullist,numlist,link,unlink,hr,charmap,pastetext,pasteword,code",
    theme_advanced_buttons2 : "tablecontrols",
    theme_advanced_buttons3 : "",

    /*Classenzuweisung aus css-Datei*/
   // theme_advanced_styles : "Seitenschriftart=textart;zweifacheingerueckt=margin20;dreifacheingerueckt=margin30;",
   theme_advanced_styles : "Seitenschriftart=textart",
content_css : "css/_text.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	theme_advanced_resizing : false,

	template_external_list_url: "js/templates.js",

	table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
	table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
	table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
	table_cell_limit : 100,
	table_row_limit : 15,
	table_col_limit : 15,

    fullscreen_new_window : true,
	fullscreen_settings : {
	theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true,
	
	 force_br_newlines : true,
  forced_root_block : "",
   force_p_newlines : "false"   


});
