	// Notice: The simple theme does not use all options some of them are limited to the advanced theme
	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		plugins : "save,emotions,paste",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,backcolor,forecolor,link,unlink,image,emotions,pasteword",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",

		language : "cs_CZ",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		paste_auto_cleanup_on_paste : true,
		paste_convert_headers_to_strong : false,
		paste_strip_class_attributes : "all",
		paste_remove_spans : false,
		paste_remove_styles : false,
		force_br_newlines : true,
		entity_encoding : "raw",
		width : 455,
		height : 200
	});