tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		theme_advanced_buttons3_add_before : "tablecontrols,separator,fullscreen",
		plugins : "fullscreen",
		theme_advanced_resizing : true,
		language : "hu",
		entity_encoding : "raw",
		editor_selector : "TinyMCE_advanced"
	});
