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 : "435",
    editor_deselector : "mceNoEditor",
 editor_selector: "mceEditor1",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",

   theme_advanced_buttons1 : "bold,italic,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,link,unlink,hr,charmap,formatselect",
    theme_advanced_buttons2 : "tablecontrols,image",
    theme_advanced_buttons3 : "",

	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 : 5,
	table_col_limit : 5,



	fullscreen_new_window : true,
	fullscreen_settings : {
	    theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true
});


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 : "250",
    height : "340",
    editor_deselector : "mceNoEditor",
 editor_selector: "mceEditor2",
 // invalid_elements : "br,p",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",

   theme_advanced_buttons1 : "justifyleft,justifycenter,justifyright,bold,link,unlink",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",

	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 : 5,
	table_col_limit : 5,



	fullscreen_new_window : true,
	fullscreen_settings : {
	    theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true
});