tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "mceEditor",
	language: "de",
	width: "100%",
	height: "400",
	plugins: "paste",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink",
	theme_advanced_buttons2 : "fontsizeselect,fontselect,|,forecolor,backcolor,|,image,|,cut,copy,paste,pastetext,pasteword,|,search,replace",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	extended_valid_elements : "a[name|href|target|title|onclick],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_fonts : "Arial=arial,helvetica,sans-serif;Verdana=verdana,arial,sans-serif;Times New Roman=times new roman, sans-serif;Courier New=courier new,courier,monospace;"
});
