
tinyMCE.init({
	mode : "textareas",
	editor_selector : "wysiwyg",
	language: "de",
	theme : "advanced",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,link,unlink,separator,image,media", //,code
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_disable : "justifyleft,justifycenter,justifyright,justifyfull,outdent,indent,cut,copy,paste,undo,redo,cleanup,help,hr,removeformat,fontselect,fontsizeselect,styleselect,sub,sup,forecolor,backcolor,charmap,visualaid,anchor,newdocument,separator",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	plugin_insertdate_dateFormat : "%d-%m-%Y",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	paste_use_dialog : false,
	plugins: "inlinepopups,mediaManager,videoManager",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
	theme_advanced_link_targets : ""
});
