tinyMCE.init({
	mode : "exact",
	theme_advanced_resize_horizontal : true,
	theme_advanced_resizing : false,
	apply_source_formatting : true,
	object_resizing : true,
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	elements : "tiny",
	width : "600",
	height : "450",
	theme_advanced_source_editor_width : "520",
	theme_advanced_source_editor_height : "800",
	theme_advanced_statusbar_location : "bottom",
	languages : 'de',
	plugins : 	'style,table,advhr,advimage,advlink,media,'+ 
        		'searchreplace,contextmenu,paste,directionality,noneditable,nonbreaking,'+
				'autosave,cleanup,filemanager,imagemanager,inlinepopups,styleprops,template',

	theme_advanced_disable : "fontselect,fontsizeselect,bold,underline,italic,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,bullist,numlist,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code,ltr,rtl,separator,emotions,iespell,ltr,rtl,separator,hr,removeformat,visualaid,separator,sub,sup,separator,charmap",

	theme_advanced_buttons1_add_before : "styleprops,styleselect,|,bold,italic,underline,|,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",
	theme_advanced_buttons1_add : "|,bullist,numlist,|,outdent,indent",
	theme_advanced_buttons2_add_before: "forecolorpicker,backcolorpicker,separator,charmap,separator,replace,|,link,unlink,anchor,advhr,image,media,|,cut,copy,paste,pastetext,pasteword,",
	theme_advanced_buttons3_add_before: "tablecontrols,|,cleanup,removeformat,code,separator,undo,redo",

	
	content_css : "../../../../data/styles/style_wysiwig.css",
	plugin_insertdate_dateFormat : "%Y-%m-%d",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	external_link_list_url : "example_data/example_link_list.js",
	external_image_list_url : "example_data/example_image_list.js",
	flash_external_list_url : "example_data/example_flash_list.js",
	file_browser_callback : "mcFileManager.filebrowserCallBack",
	imagemanager_path : "../../../../data/img",
	imagemanager_rootpath : "../../../../data/img"
});
