tinyMCE.init({
	// Alapbeállítások
	theme : "advanced",
	mode : "textareas",
	language : 'hu',
	plugins : "safari,advimage,advlink,emotions,inlinepopups,preview,media,searchreplace,contextmenu,fullscreen,xhtmlxtras",
	
	// Egyéb
	theme_advanced_buttons1 : "code,newdocument,|,bold,italic,underline,strikethrough,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontsizeselect",
	theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,|,emotions,media,|,fullscreen",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	
});
