tinyMCE.init({
  mode : "textareas",
  editor_selector : "eds",
	theme : "advanced",
  plugins: "contextmenu,images,advimage,advlink,paste,flash,table,fullscreen,media,code,imagemanager,filemanager",
  language : "de",
	theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright, justifyfull,separator,bullist,numlist,separator,link,unlink,separator,pastephp,separator,forecolor,backcolor,separator,smileys,flags,clipme",
	theme_advanced_buttons2 : "paste,pastetext,pasteword,separator,image,insertimage,media,separator,tablecontrols,separator",
 	theme_advanced_buttons3 : "fontselect,fontsizeselect,separator,sub,sup,separator,outdent,indent,separator,fullscreen,code",
  extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
 	theme_advanced_toolbar_location : "top",
 	theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  accessibility_warnings : false,
  button_tile_map : true,
  entity_encoding : "raw",
  verify_html : false,
});