// fastreply wysiwyg editor
  tinyMCE.init({
    mode                                : 'specific_textareas',
    editor_selector                     : 'editorStyleFast',
  	theme                               : 'advanced',
    plugins                             : 'contextmenu,dzcp,media,paste,flash,table,fullscreen,inlinepopups,spellchecker',
    language                            : (lng == 'de' ? lng : 'en'),
  	theme_advanced_buttons1             : 'bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,|,media,image,forecolor,|'
                                        + 'backcolor,|,smileys,upload,hr,|,dzcpuser,flags',
  	theme_advanced_buttons2             : '',
   	theme_advanced_buttons3             : '',
   	theme_advanced_toolbar_location     : 'top',
   	theme_advanced_toolbar_align        : 'center',
    theme_advanced_statusbar_location   : 'bottom',
    spellchecker_languages              : 'English=en,+Deutsch=de',
    theme_advanced_resizing             : true,
    theme_advanced_resize_horizontal    : false,  
    theme_advanced_resizing_use_cookie  : false,
    accessibility_warnings              : false,
    entity_encoding                     : 'raw',
    verify_html                         : false,
    button_tile_map                     : true,
	force_br_newlines 					: true,
	force_p_newlines                    : false,
	forced_root_block 					: '' 
  });

// Default WYSIWYG-Editor 
tinyMCE.init({
  mode : "specific_textareas",
  editor_selector : "editorStyle",
	theme : "advanced",
  plugins: "contextmenu,dzcp,media",
  language : lng,
	theme_advanced_buttons1 : "bold,italic,underline,separator,bullist,numlist,separator,link,unlink,separator,media,image,forecolor,separator,smileys,clipme",
	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
 	theme_advanced_toolbar_location : "top",
 	theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,  
  theme_advanced_resizing_use_cookie : false,
  force_br_newlines : true,
  accessibility_warnings : false,
  entity_encoding : "raw",
  verify_html : false,
  button_tile_map : true
});
tinyMCE.init({
  mode : "specific_textareas",
  editor_selector : "message",
	theme : "advanced",
  plugins: "contextmenu,dzcp,media",
  language : lng,
	theme_advanced_buttons1 : "bold,italic,underline,separator,bullist,numlist,separator,link,unlink,separator,media,image,forecolor,separator,smileys,clipme",
	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
 	theme_advanced_toolbar_location : "top",
 	theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,  
  theme_advanced_resizing_use_cookie : false,
  force_br_newlines : true,
  accessibility_warnings : false,
  entity_encoding : "raw",
  verify_html : true,
  button_tile_map : true
});
// Mini WYSIWYG-Editor
tinyMCE.init({
  mode : "specific_textareas",
  editor_selector : "editorStyleMini",
	theme : "advanced",
  plugins: "contextmenu,dzcp",
  language : lng,
	theme_advanced_buttons1 : "bold,italic,underline,separator,link,unlink,separator,image",
	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
 	theme_advanced_toolbar_location : "top",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  theme_advanced_resizing_use_cookie : false,
  accessibility_warnings : false,
  entity_encoding : "raw",
  verify_html : false,
  button_tile_map : true
});
//Newsletter WYSIWYG-Editor
tinyMCE.init({
  mode : "specific_textareas",
  editor_selector : "editorStyleNewsletter",
	theme : "advanced",
  plugins: "contextmenu,dzcp",
  language : lng,
	theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright, justifyfull,separator,bullist,numlist,separator,link,unlink,separator,image,forecolor,backcolor",
	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
 	theme_advanced_toolbar_location : "top",
 	theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  theme_advanced_resizing_use_cookie : false,
  accessibility_warnings : false,
  entity_encoding : "raw",
  verify_html : false,
  button_tile_map : true
});
 
