tinyMCE.init({
  mode: "textareas",
  language: "de",

  plugins: "table,advimage,advlink,flash",
  theme: "advanced",
  theme_advanced_toolbar_location: "top",
  theme_advanced_toolbar_align: "left",
  theme_advanced_path_location: "bottom",
  theme_advanced_buttons1: "justifyleft,justifycenter,justifyright,justifyfull,separator,bold,italic,strikethrough,separator,sub,sup,separator,charmap",
  theme_advanced_buttons2: "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,image,flash,separator,cleanup,removeformat,separator,code",
  theme_advanced_buttons3: "tablecontrols",
  extended_valid_elements: "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]",
  relative_urls: false,
  theme_advanced_resizing : true,
  debug: false,
  plugins:"contextmenu,nonbreaking,emotions,paste",theme:"advanced",theme_advanced_disable:"tablecontrols,image,cleanup,removeformat,indent,outdent,separator,code",theme_advanced_buttons2_add:"emotions,pastetext,pasteword,selectall",paste_create_paragraphs:false,paste_create_linebreaks:false,paste_use_dialog:true,paste_auto_cleanup_on_paste:true,paste_convert_middot_lists:false,paste_unindented_list_class:"unindentedList",paste_convert_headers_to_strong:true,nonbreaking_force_tab:true,convert_fonts_to_spans:true,convert_newlines_to_brs:true
});
